Click or drag to resize

SFSRoomIsJoined Property

Indicates whether the client joined this Room or not.

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

Property Value

Type: Boolean

Implements

RoomIsJoined
Remarks
NOTE: setting this property manually has no effect on the server and can disrupt the API functioning. Use the JoinRoomRequest request to join a new Room instead.
See Also