StartOrRecoverSession

Note

Using Lobby, Matchmaking, and real-time notifications directly with REST and SignalR APIs is significantly more complex than using client SDKs such as the Lobby C++ SDK and Matchmaking C++ SDK, and should only be done if the 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.

StartOrRecoverSessionResponse StartOrRecoverSession(StartOrRecoverSessionRequest request)

Tip

This is a SignalR server method. See documentation on calling server methods from a SignalR client.

Parameters

StartOrRecoverSessionRequest

Return value

StartOrRecoverSessionResponse

See also