maxUserCount property

int? maxUserCount
final

~english Gets the maximum number of group members allowed in a group. The parameter is set when the group is created.

Note To get the correct value, ensure that you call EMGroupManager.fetchGroupInfoFromServer before calling this method. ~end

~chinese 从内存中获取群组最大人数限制,创建时确定。 Note 如需最新数据,需先从服务器获取: EMGroupManager.fetchGroupInfoFromServer

Return 群组最大人数限制。 ~end

Implementation

//
/// **Note**
/// 如需最新数据,需先从服务器获取: [EMGroupManager.fetchGroupInfoFromServer]。
///
/// **Return** 群组最大人数限制。
/// ~end
final int? maxUserCount;