Click or drag to resize

RoomPermissions Class

The RoomPermissions class contains a specific subset of the RoomSettings required to create a Room.
Inheritance Hierarchy
SystemObject
  Sfs2X.RequestsRoomPermissions

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class RoomPermissions

The RoomPermissions type exposes the following members.

Constructors
  NameDescription
Public methodRoomPermissions
Creates a new RoomPermissions instance.
Top
Properties
  NameDescription
Public propertyAllowNameChange
Indicates whether changing the Room name after its creation is allowed or not.
Public propertyAllowPasswordStateChange
Indicates whether changing (or removing) the Room password after its creation is allowed or not.
Public propertyAllowPublicMessages
Indicates whether users inside the Room are allowed to send public messages or not.
Public propertyAllowResizing
Indicates whether the Room capacity can be changed after its creation or not.
Top
Remarks
This class defines which operations users will be able to execute on the Room after its creation.
See Also