Click or drag to resize

RoomPermissionsAllowPublicMessages Property

Indicates whether users inside the Room are allowed to send public messages or not.

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

Property Value

Type: Boolean
Remarks
Public messages can be sent by means of the PublicMessageRequest request.

The default value is false.

See Also