memberCount property

int? memberCount
final

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.

Implementation

final int? memberCount;