Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 529 Bytes

server_joinroom.md

File metadata and controls

12 lines (9 loc) · 529 Bytes

joinroom message (server)

A message confirming that a user has joined a room, sent in response to a joinroom message or a createroom message.

Format

  • (object):
    • (integer) id: The id of this message.
    • (string) command: Always "joinroom".
    • (object) data:
      • (string) id: The id of the room that was joined.
      • (boolean) silent: Whether or not the join was silent (when the room is in superlobby mode)?