Skip to main content

<Room> noun

<Connect> verb's <Room> noun allows the connection to a video room. For example:

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Connect>
<Room>my-room-name</Room>
</Connect>
</Response>

Examples

Joining a video room by dialing a number

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Connect>
<Room>my-room-name</Room>
</Connect>
</Response>

Notes On Usage

  • Make sure to use the name of the room. This is generally different from the display name. A display name may look like "My Office", while a room name looks like "my-office".