join_room

View as Markdown

Join a RELAY room. If the room doesn’t exist, it creates a new room.

join_room
objectRequired

An object that accepts the following properties.

Properties

join_room.name
stringRequired

Name of the room to join. Allowed characters: A-Z | a-z | 0-9_-

You can create a room via out REST API here

Variables

Set by the method:

  • join_room_result: (out) joined | failed

Examples

Joining a room

1version: 1.0.0
2sections:
3 main:
4 - join_room:
5 name: my_room