maxUsers property Null safety
final
Gets the maximum number of members in the chat room from the memory, which is set/specified when the chat room is created.
Note To get the correct value, ensure that you call {@ link EMChatRoomManager#fetchChatRoomInfoFromServer(String)} before calling this method.
Implementation
final int? maxUsers;