Integrate skill-based matchmaking with the lobby system.
mmr
and region
.
UpdatePlayerState
method used for other lobby data.
mmr
(matchmaking rating) and preferred regions
. These keys must match the attributes you defined in your dashboard configuration.FindMatch
. The mode
parameter must match the name of the matchmaking mode you created in the dashboard.
OnMatchmakingStarted
: Confirms you have entered the queue.OnMatchFound
: The most important event! This fires when a match is found. The game server is now being launched.OnMatchmakingCancelled
: Fires if you cancel the search.OnMatchRunning
: Fires when the server is ready and provides the connection details.CancelMatchmaking
.