InvitationInfo constructor

InvitationInfo({
  1. String? inviterUserID,
  2. List<String>? inviteeUserIDList,
  3. String? groupID,
  4. String? roomID,
  5. int? timeout,
  6. int? initiateTime,
  7. String? mediaType,
  8. int? sessionType,
  9. int? platformID,
})

Implementation

InvitationInfo(
    {this.inviterUserID,
    this.inviteeUserIDList,
    this.groupID,
    this.roomID,
    this.timeout,
    this.initiateTime,
    this.mediaType,
    this.sessionType,
    this.platformID});