ModifyParams constructor

ModifyParams({
  1. String? action,
  2. DialogParams? dialogParams,
  3. String? sessid,
  4. String? sdp,
  5. String? callID,
})

Implementation

ModifyParams({this.action, this.dialogParams, this.sessid, this.sdp, this.callID});