SipAcceptedEvent constructor

SipAcceptedEvent({
  1. String? sip,
  2. String? callId,
  3. SipAcceptedEventResult? result,
})

Implementation

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