Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 442 Bytes

client_createroom.md

File metadata and controls

10 lines (7 loc) · 442 Bytes

createroom message (client)

A message sent to the Ribbon to create a custom room. The Ribbon will respond with a joinroom message confirming that the room has been created and the user has joined it.

Format

  • (object):
    • (integer) id: The id of this message.
    • (string) command: Always "createroom".
    • (string) data: Always either "private" or "public".