CreateLobby
method in Coherence.Cloud.LobbiesService
Methods
public void CreateLobby(CreateLobbyOptions createOptions, Action<RequestResponse<LobbySession>> onRequestFinished)
Endpoint to create a Lobby directly without doing matchmaking.
Parameters
Type | Name | Description |
---|---|---|
CreateLobbyOptions | createOptions | Options that will be used to create a Lobby. |
Action<RequestResponse<LobbySession>> | onRequestFinished | Callback that will be invoked when the request finished. |