SipRingingEvent constructor

SipRingingEvent({
  1. String? sip,
  2. String? callId,
  3. SipRingingEventResult? result,
})

Implementation

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