NIMChatroomInfo(- {required String roomId,
- String? name,
- String? announcement,
- String? broadcastUrl,
- String? creator,
- int validFlag = 0,
- int onlineUserCount = 0,
- int mute = 0,
- Map<String, dynamic>? extension,
- NIMChatroomQueueModificationLevel queueModificationLevel = NIMChatroomQueueModificationLevel.anyone}
)
Implementation
NIMChatroomInfo({
required this.roomId,
this.name,
this.announcement,
this.broadcastUrl,
this.creator,
this.validFlag = 0,
this.onlineUserCount = 0,
this.mute = 0,
this.extension,
this.queueModificationLevel = NIMChatroomQueueModificationLevel.anyone,
});