Connect

View as MarkdownOpen in Claude

The <Connect> verb connects an existing call to another resource.

You can use the <Connect> verb with the following nouns:

NounDescription
<Room>A video room.
<Stream>A bidirectional stream.
<VirtualAgent>A Dialogflow virtual agent.

Examples

A simple connect

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

Bidirectional media stream

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Connect>
<Stream url="wss://your-application.com/audiostream" />
</Connect>
</Response>