Click or drag to resize

SFSRoomManagerGetJoinedRooms Method

Returns a list of Rooms currently joined by the client.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public List<Room> GetJoinedRooms()

Return Value

Type: ListRoom
The list of objects representing the Rooms currently joined by the client.

Implements

IRoomManagerGetJoinedRooms
See Also