ReceivedMessage constructor
ReceivedMessage({
- String? jsonrpc,
- int? id,
- String? method,
- ReattachedParams? reattachedParams,
- StateParams? stateParams,
- IncomingInviteParams? inviteParams,
- DialogParams? dialogParams,
- String? voiceSdkId,
Implementation
ReceivedMessage(
{this.jsonrpc,
this.id,
this.method,
this.reattachedParams,
this.stateParams,
this.inviteParams,
this.dialogParams,
this.voiceSdkId});