<Participants>

The <Participant> element allows for the setting of properties on each participant number in a conference.

đŸ“˜

Note

This element is to be used with the <Conference> element.

Element Attributes

Attribute

Description

deaf optional

Set to whether the participant can hear the conference.

  • Valid values: FALSE, TRUE
  • Default value: FALSE

muted optional

Set to whether the participant can speak into the conference.

  • Valid values: FALSE, TRUE
  • Default value: FALSE

Nesting

In addition to the default <Response> element, the <Participant> element must also be nested within the <Conference> verb.

đŸ“˜

Note

No 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>