MatchRoom
method in Coherence.Cloud.CloudRoomsService
Methods
public void MatchRoom(Action<RequestResponse<RoomMatchResponse>> onRequestFinished, string[] tags = null)
Match against a joinable room with the given options in the coherence Cloud.
Parameters
| Type | Name | Description |
|---|---|---|
| Action<RequestResponse<RoomMatchResponse>> | onRequestFinished | Callback that will be invoked when the request finished, it includes the matched room or null. |
| string[] | tags | Filter the results by a list of tags. |