ReceiveByeParams constructor

ReceiveByeParams({
  1. String? callID,
  2. String? sipCallId,
  3. int? sipCode,
  4. int? causeCode,
  5. String? cause,
})

Implementation

ReceiveByeParams({
  this.callID,
  this.sipCallId,
  this.sipCode,
  this.causeCode,
  this.cause,
});