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(); Debug.WriteLine("There are " + usersNum + " users in the room");
