SipCallingEvent constructor

SipCallingEvent({
  1. String? sip,
  2. String? callId,
  3. SipCallingEventResult? result,
})

Implementation

SipCallingEvent({this.sip, this.callId, this.result});