<Participants>
The <Participant> element allows for the setting of properties on each participant number in a conference.
NoteThis element is to be used with the
<Conference>element.
Element Attributes
Attribute | Description |
|---|---|
| Set to whether the participant can hear the conference.
|
| Set to whether the participant can speak into the conference.
|
Nesting
In addition to the default <Response> element, the <Participant> element must also be nested within the <Conference> verb.
NoteNo other elements may be nested within the
<Participant>element.
<Response>
<Conference name="M360test" conferenceid="6543" callbackurl="http://requestb.in/1jhamyl1" callbackmethod="get" waiturl="http://devweb.ytel.com/nyan_cat.mp3" hanguponstar="true" record="true" recordcallbackurl="http://requestb.in/1bu7fyv1" recordformat="mp3" muted="false" deaf="false" stayalone="true" participantkey="#" maxparticipants="5">
<Participant muted="TRUE" deaf="TRUE">949XXXYYYY</Participant>
<Participant muted="FALSE" deaf="TRUE">714XXXYYYY</Participant>
<Participant muted="TRUE" deaf="FALSE">714XXXYYYY</Participant>
</Conference>
</Response>Updated 6 months ago
