UnlistRoomAsync
method in Coherence.Cloud.CloudRoomsService
Methods
public Task UnlistRoomAsync(ulong uniqueID, string secret)
Unlist an existing room that you have created in the coherence Cloud.
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | uniqueID | Unique ID of the room you wish to unlist. Can be found in RoomData.UniqueId |
| string | secret | Token that will allow you to unlist the room. Can be found in RoomData.Secret |
Returns
| Type | Description |
|---|---|
| Task |