Skip to main content
The REST and SignalR APIs documented here are more complex than the client SDKs. Consider using the Lobby C++ SDK or Matchmaking C++ SDK instead, unless those SDKs don’t meet your needs.
Starts a session. The client must call this method to start the session and obtain the Connection Handle representing it. The client must store this Connection Handle to later use to create subscriptions for the session.
This is a SignalR server method. See documentation on calling server methods from a SignalR client.

Parameters

StartOrRecoverSessionRequest

Return value

StartOrRecoverSessionResponse

See also

Last modified on August 4, 2026