Click or drag to resize

UserIsJoinedInRoom Method

Indicates whether this user joined the passed Room or not.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
bool IsJoinedInRoom(
	Room room
)

Parameters

room
Type: Sfs2X.EntitiesRoom
The object representing the Room where to check the user presence.

Return Value

Type: Boolean
true if this user is inside the passed Room.
See Also