SipProceedingEventResult constructor

SipProceedingEventResult({
  1. String? event,
  2. int? code,
})

Implementation

SipProceedingEventResult({this.event, this.code});