Compatibility API
Migrate your TwiML™-based applications to SignalWire with ease
The <Connect> verb connects an existing call to another resource.
<Connect>
You can use the <Connect> verb with the following nouns:
<Room>
<Stream>
<VirtualAgent>
1<?xml version="1.0" encoding="UTF-8"?>2<Response>3 <Connect>4 <Room>my-room-name</Room>5 </Connect>6</Response>
1<?xml version="1.0" encoding="UTF-8"?>2<Response>3 <Connect>4 <Stream url="wss://your-application.com/audiostream" />5 </Connect>6</Response>