Retrieve the number of users currently inside the room.
The number of users in the room
Version:
SmartFoxServer Basic / Pro
SmartFoxServer Basic / Pro
int usersNum = room.GetUserCount(); Trace.WriteLine("There are " + usersNum + " users in the room");