Retrieve the maximum number of users that can join the room.


The maximum number of users that can join the room

Version:
SmartFoxServer Basic / Pro
SmartFoxServer Basic / Pro


Debug.WriteLine("Max users allowed to join the room: " + room.GetMaxUsers());
