getMaxUsers method

int getMaxUsers ()

获取聊天室最大用户数

Implementation

int getMaxUsers(){
  return _maxUserCount;
}