ReceivedMessage constructor

ReceivedMessage({
  1. String? jsonrpc,
  2. int? id,
  3. String? method,
  4. ReattachedParams? reattachedParams,
  5. StateParams? stateParams,
  6. IncomingInviteParams? inviteParams,
  7. DialogParams? dialogParams,
  8. String? voiceSdkId,
})

Implementation

ReceivedMessage({
  this.jsonrpc,
  this.id,
  this.method,
  this.reattachedParams,
  this.stateParams,
  this.inviteParams,
  this.dialogParams,
  this.voiceSdkId,
});