maxUsers property
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 ChatRoomManager.fetchChatRoomInfoFromServer before calling this method.
Implementation
final int? maxUsers;