PUBLISH game/join

PUB game/join

Joins a Game

PUBLISH game/join

Message

A Game join request

Payload

  • user object

    The user with its name.

    Hide user attribute Show user attribute object
  • game object
    Hide game attribute Show game attribute object
Payload example
{
  "user": {
    "name": "Alice"
  },
  "game": {
    "id": "HX8K0S"
  }
}