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