Path Parameters
Unique identifier of the lobby to subscribe to
Example:
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
ID of the player subscribing (must be a member of the lobby)
Example:
"player123"
Name of the lobby configuration (must match an enabled config in your project)
Example:
"default-lobby"
Response
SSE stream established successfully
The response is of type string
.
Example:
"event: connected\ndata: {\"message\":\"Successfully connected to lobby SSE\",\"lobby\":{}}\n\n"