> Fetch clean Markdown by appending `.md` to any page URL under https://signalwire.com/docs or requesting it with the HTTP header `Accept: text/markdown`. The root index at https://signalwire.com/docs/llms.txt lists the available documentation indexes.

# Room

[`<Connect>`](/docs/compatibility-api/cxml/reference/voice/connect) verb's `<Room>` noun allows the connection to a video room.
For example:

```xml
<?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
<?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".