CloudRooms
Helps manage rooms in your Project hosted on the coherence Cloud. If you wish to create, delete or fetch rooms in a self-hosted Replication Server, you can instantiate a ReplicationServerRoomsService instead.
Constructors
CloudRooms |
Properties
IsConnectedToCloud | Returns true when the Web Socket is connected. |
IsLoggedIn | Returns true when the Web Socket is connected and when we are logged in to coherence Cloud. |
LobbyService | Get the LobbyService instance to interface with Lobbies in the coherence Cloud. |
Regions | Get the current cached regions that were fetched via the RefreshRegions method. |
Methods
Dispose | |
GetRoomServiceForRegion | Get an instance of CloudRoomsService for a given region from the CloudRoomsService dictionary. |
RefreshRegions | Get all the available regions for Rooms. You can enable or disable regions in your coherence Dashboard, in the Rooms section. |
RefreshRegionsAsync | Get all the available regions for Rooms asynchronously. You can enable or disable regions in your coherence Dashboard, in the Rooms section. |