Join a RELAY room. If the room doesnt exist, it creates a new room. | Name | Type | Default | Description | |:-|:|:--|:-| | join_roomRequired | object | - | An object that accepts the [join_room parameters](#join_room-parameters). | ## **join_room Parameters** | Name | Type | Description | |:--|:|:--| | nameRequired | string | Name of the room to join. Allowed characters: [A-Za-z0-9_-](/rest/signalwire-rest/endpoints/video/create-room) | ## **Variables** Set by the method: - **join_room_result:** (out) joined | failed ## **Examples** ### Joining a room yaml andJson version: 1.0.0 sections: main: - join_room: name: my_room