SmartFoxJoinedRooms Property |
Returns a list of Room objects representing the Rooms currently joined by the client.
Namespace:
Sfs2X
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public List<Room> JoinedRooms { get; }
Property Value
Type:
ListRoomRemarks
The same list is returned by the
IRoomManager.getRoomById() method, accessible through the
RoomManager getter;
this was replicated on the
SmartFox class for handy access due to its usually frequent usage.
See Also