NIMChatroomInfo constructor
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