SipCallingEventResult constructor

SipCallingEventResult({
  1. String? event,
  2. String? callId,
})

Implementation

SipCallingEventResult({this.event, this.callId});