Click or drag to resize

RoomSettingsMaxSpectators Property

Defines the maximum number of spectators allowed in the Room (only for Game Rooms).

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public short MaxSpectators { get; set; }

Property Value

Type: Int16
Remarks
The default value is 0.
See Also