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