CallingMessage constructor

CallingMessage({
  1. String? inviter,
  2. int? actionType,
  3. String? inviteID,
  4. List<String>? inviteeList,
  5. int? timeout,
})

Implementation

CallingMessage({
  this.inviter,
  this.actionType,
  this.inviteID,
  this.inviteeList,
  this.timeout,
  // this.roomID,
  // this.callType,
  // this.callEnd
});