Room

View as Markdown

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

1<?xml version="1.0" encoding="UTF-8"?>
2<Response>
3 <Connect>
4 <Room>my-room-name</Room>
5 </Connect>
6</Response>

Examples

Joining a video room by dialing a number

1<?xml version="1.0" encoding="UTF-8"?>
2<Response>
3 <Connect>
4 <Room>my-room-name</Room>
5 </Connect>
6</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”.