RoomPermissionsAllowResizing Property |
Indicates whether the Room capacity can be changed after its creation or not.
Namespace:
Sfs2X.Requests
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool AllowResizing { get; set; }
Property Value
Type:
BooleanRemarks
The capacity is the maximum number of users and spectators (in Game Rooms) allowed to enter the Room. It can be changed by means of the
ChangeRoomCapacityRequest request.
The default value is
false.
See Also