The <Conference> Element

Connect the caller to a conference room. Multiple callers can join the same conference to participate in a group call.

Example

Join Conference Room
<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Speak>You are joining the conference now.</Speak>
    <Conference>MyConferenceRoom</Conference>
</Response>

The caller will be connected to a conference room named "MyConferenceRoom". If the room doesn't exist, it will be created automatically.