SmartFoxServer Unity/.NET API
GetMaxUsers Method
NamespacesSmartFoxClientAPI.DataRoomGetMaxUsers()()()
Retrieve the maximum number of users that can join the room.
Declaration Syntax
C#Visual BasicVisual C++
public int GetMaxUsers()
Public Function GetMaxUsers As Integer
public:
int GetMaxUsers()
Return Value
The maximum number of users that can join the room
Remarks
Version:
SmartFoxServer Basic / Pro
Examples
CopyC#
Trace.WriteLine("Max users allowed to join the room: " + room.GetMaxUsers());
See Also

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)