maxUsers property
final
~english 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. ~end
~chinese 从内存中获取聊天室最大人数限制,在创建聊天室时设置。
Note 如需最新数据,需从服务器获取:{ChatRoomManager.fetchChatRoomInfoFromServer。 ~end
Implementation
final int? maxUsers;