Add

View as Markdown

In order to add a participant to a conference call, from the cXML REST API, create an outbound call to the participant’s phone number and specify a cXML document that consists of something similar to:

1<?xml version="1.0" encoding="UTF-8"?>
2<Response>
3 <Dial>
4 <Conference>your-conference-name</Conference>
5 </Dial>
6</Response>

When the call is connected, the desired participant will be added to the conference call.