For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inSign up
Support
cXMLREST API
cXMLREST API
  • Core
    • Compatibility API
    • cXML Specification
  • Guides
    • Compatibility API Webhooks
    • Receive SMS
    • Send SMS
    • Inbound Fax Callback
    • Add mustache template parameters to cXML responses
    • Gathering user input
  • Voice
    • Overview
    • Conference
    • Connect
    • Denoise
    • Dial
    • Echo
    • Enqueue
    • Gather
    • Hangup
    • Leave
    • Number
    • Pause
    • Pay
    • Play
    • Queue
    • Record
    • Redirect
    • Refer
    • Reject
    • Room
    • Say
    • Sip
    • Sms
    • Stream
    • Verto
    • VirtualAgent
  • Messaging
    • Overview
    • Message
    • Redirect
  • Fax
    • Overview
    • Receive
    • Reject
LogoLogoSignalWire Docs
Log inSign up
Support
On this page
  • Examples
  • Joining a video room by dialing a number
  • Notes on usage
Voice

Room

|View as Markdown|Open in Claude|
Was this page helpful?
Edit this page
Previous

Say

Next
Built with

<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”.