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