SipCallingEvent constructor
SipCallingEvent({
- String? sip,
- String? callId,
- SipCallingEventResult? result,
Implementation
SipCallingEvent({this.sip, this.callId, this.result});