The Modern Approach
You no longer need to append complexoptions strings to the final URL. Instead, you simply tell our API your preference when requesting the launch link.
How to use the disableGameLobby Parameter
When calling the /generate-launch-url endpoint, include disableGameLobby as a query parameter.
| Parameter | Type | Required | Description |
|---|---|---|---|
disableGameLobby | Boolean | No | Set to true to skip the lobby. Defaults to false. |
Example Request
Include the flag in your server-side API call:What Happens Next?
- Request Received: Our gateway sees the disableGameLobby=true flag.
- URL Generation: We generate a signed URL that includes the internal routing instructions to bypass the lobby.
- Seamless Transition: When the player is redirected to the returned URL, the game loads instantly without showing the smatvirtual selection screen.
Deprecation Notice
Tournament-Specific Launches
Our flagship Tournament engine handles lobby states differently. Click here
to see how to deep-link players into specific tournament leaderboards.
