Unity · Arazzo Workflow
Unity Lobby Host and Query
Version 1.0.0
Create a public lobby, send a keep-alive heartbeat, then confirm it is discoverable via query.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
lobby-host-and-query
Host a public lobby, heartbeat it, and confirm it is discoverable.
Creates a public lobby, sends a heartbeat to keep it alive, then queries public lobbies to confirm the new lobby is listed.
1
createLobby
createLobby
Create a public lobby with the requesting player as host.
2
heartbeat
heartbeatLobby
Send a heartbeat to keep the lobby active so it is not automatically deleted.
3
queryLobbies
queryLobbies
Query public lobbies that still have open slots to confirm the new lobby is discoverable by other players.