memberCount property
final
~english Gets the number of online members from the memory.
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? memberCount;