IRoomManager Methods |
The IRoomManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsGroup |
Indicates whether the specified Group has been subscribed by the client or not.
| |
| ContainsRoom |
Indicates whether a Room exists in the Rooms list or not.
| |
| ContainsRoomInGroup |
Indicates whether the Rooms list contains a Room belonging to the specified Group or not.
| |
| GetJoinedRooms |
Returns a list of Rooms currently joined by the client.
| |
| GetRoomById |
Retrieves a Room object from its id.
| |
| GetRoomByName |
Retrieves a Room object from its name.
| |
| GetRoomCount |
Returns the current number of Rooms in the Rooms list.
| |
| GetRoomGroups |
Returns the names of Groups currently subscribed by the client.
| |
| GetRoomList |
Returns a list of Rooms currently "known" by the client.
| |
| GetRoomListFromGroup |
Retrieves the list of Rooms which are part of the specified Room Group.
| |
| GetUserRooms |
Retrieves a list of Rooms joined by the specified user.
|