ModifyParams constructor
ModifyParams({
- String? action,
- DialogParams? dialogParams,
- String? sessid,
- String? sdp,
- String? callID,
Implementation
ModifyParams({this.action, this.dialogParams, this.sessid, this.sdp, this.callID});