RoomSettings Class |
Namespace: Sfs2X.Requests
public class RoomSettings
The RoomSettings type exposes the following members.
Name | Description | |
---|---|---|
RoomSettings |
Creates a new RoomSettings instance.
|
Name | Description | |
---|---|---|
AllowOwnerOnlyInvitation |
Specifies if the Room allows "Join Room" invitations to be sent by any user or just by its owner.
| |
Events |
Defines the flags indicating which events related to the Room are dispatched by the SmartFox client.
| |
Extension |
Defines the Extension that must be attached to the Room on the server-side, and its settings.
| |
GroupId |
Defines the id of the Group to which the Room should belong.
| |
IsGame |
Indicates whether the Room is a Game Room or not.
| |
MaxSpectators |
Defines the maximum number of spectators allowed in the Room (only for Game Rooms).
| |
MaxUsers |
Defines the maximum number of users allowed in the Room.
| |
MaxVariables |
Defines the maximum number of Room Variables allowed for the Room.
| |
Name |
Defines the name of the Room.
| |
Password |
Defines the password of the Room.
| |
Permissions |
Defines the flags indicating which operations are permitted on the Room.
| |
Variables |
Defines a list of RooomVariable objects to be attached to the Room.
|