Create participant

POST /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json

Conference participants

Path parameters

  • AccountSid string Required

    The SID of the Account that will create the resource.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^AC[0-9a-fA-F]{32}$.

  • ConferenceSid string Required

    The SID of the participant's conference.

application/x-www-form-urlencoded

Body

  • From string(endpoint) Required

    The phone number, Client identifier, or username portion of SIP address that made this call. Phone numbers are in E.164 format (e.g., +16175551212). Client identifiers are formatted client:name. If using a phone number, it must be a Twilio number or a Verified outgoing caller id for your account. If the to parameter is a phone number, from must also be a phone number. If to is sip address, this value of from should be a username portion to be used to populate the P-Asserted-Identity header that is passed to the SIP endpoint.

  • To string(endpoint) Required

    The phone number, SIP address, or Client identifier that received this call. Phone numbers are in E.164 format (e.g., +16175551212). SIP addresses are formatted as sip:name@company.com. Client identifiers are formatted client:name. Custom parameters may also be specified.

  • StatusCallback string(uri)

    The URL we should call using the status_callback_method to send status information to your application.

  • StatusCallbackMethod string(http-method)

    The HTTP method we should use to call status_callback. Can be: GET and POST and defaults to POST.

    Values are GET or POST.

  • StatusCallbackEvent array[string]

    The conference state changes that should generate a call to status_callback. Can be: initiated, ringing, answered, and completed. Separate multiple values with a space. The default value is completed.

  • Label string

    A label for this participant. If one is supplied, it may subsequently be used to fetch, update or delete the participant.

  • Timeout integer

    The number of seconds that we should allow the phone to ring before assuming there is no answer. Can be an integer between 5 and 600, inclusive. The default value is 60. We always add a 5-second timeout buffer to outgoing calls, so value of 10 would result in an actual timeout that was closer to 15 seconds.

  • Record boolean

    Whether to record the participant and their conferences, including the time between conferences. Can be true or false and the default is false.

  • Muted boolean

    Whether the agent is muted in the conference. Can be true or false and the default is false.

  • Beep string

    Whether to play a notification beep to the conference when the participant joins. Can be: true, false, onEnter, or onExit. The default value is true.

  • StartConferenceOnEnter boolean

    Whether to start the conference when the participant joins, if it has not already started. Can be: true or false and the default is true. If false and the conference has not started, the participant is muted and hears background music until another participant starts the conference.

  • EndConferenceOnExit boolean

    Whether to end the conference when the participant leaves. Can be: true or false and defaults to false.

  • WaitUrl string(uri)

    The URL that Twilio calls using the wait_method before the conference has started. The URL may return an MP3 file, a WAV file, or a TwiML document. The default value is the URL of our standard hold music. If you do not want anything to play while waiting for the conference to start, specify an empty string by setting wait_url to ''. For more details on the allowable verbs within the waitUrl, see the waitUrl attribute in the TwiML instruction.

  • WaitMethod string(http-method)

    The HTTP method we should use to call wait_url. Can be GET or POST and the default is POST. When using a static audio file, this should be GET so that we can cache the file.

    Values are GET or POST.

  • EarlyMedia boolean

    Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. Can be: true or false and defaults to true.

  • MaxParticipants integer

    The maximum number of participants in the conference. Can be a positive integer from 2 to 250. The default value is 250.

  • ConferenceRecord string

    Whether to record the conference the participant is joining. Can be: true, false, record-from-start, and do-not-record. The default value is false.

  • ConferenceTrim string

    Whether to trim leading and trailing silence from the conference recording. Can be: trim-silence or do-not-trim and defaults to trim-silence.

  • ConferenceStatusCallback string(uri)

    The URL we should call using the conference_status_callback_method when the conference events in conference_status_callback_event occur. Only the value set by the first participant to join the conference is used. Subsequent conference_status_callback values are ignored.

  • ConferenceStatusCallbackMethod string(http-method)

    The HTTP method we should use to call conference_status_callback. Can be: GET or POST and defaults to POST.

    Values are GET or POST.

  • ConferenceStatusCallbackEvent array[string]

    The conference state changes that should generate a call to conference_status_callback. Can be: start, end, join, leave, mute, hold, modify, speaker, and announcement. Separate multiple values with a space. Defaults to start end.

  • RecordingChannels string

    The recording channels for the final recording. Can be: mono or dual and the default is mono.

  • RecordingStatusCallback string(uri)

    The URL that we should call using the recording_status_callback_method when the recording status changes.

  • RecordingStatusCallbackMethod string(http-method)

    The HTTP method we should use when we call recording_status_callback. Can be: GET or POST and defaults to POST.

    Values are GET or POST.

  • SipAuthUsername string

    The SIP username used for authentication.

  • SipAuthPassword string

    The SIP password for authentication.

  • Region string

    The region where we should mix the recorded audio. Can be:us1, us2, ie1, de1, sg1, br1, au1, or jp1.

  • ConferenceRecordingStatusCallback string(uri)

    The URL we should call using the conference_recording_status_callback_method when the conference recording is available.

  • ConferenceRecordingStatusCallbackMethod string(http-method)

    The HTTP method we should use to call conference_recording_status_callback. Can be: GET or POST and defaults to POST.

    Values are GET or POST.

  • RecordingStatusCallbackEvent array[string]

    The recording state changes that should generate a call to recording_status_callback. Can be: started, in-progress, paused, resumed, stopped, completed, failed, and absent. Separate multiple values with a space, ex: 'in-progress completed failed'.

  • ConferenceRecordingStatusCallbackEvent array[string]

    The conference recording state changes that generate a call to conference_recording_status_callback. Can be: in-progress, completed, failed, and absent. Separate multiple values with a space, ex: 'in-progress completed failed'

  • Coaching boolean

    Whether the participant is coaching another call. Can be: true or false. If not present, defaults to false unless call_sid_to_coach is defined. If true, call_sid_to_coach must be defined.

  • CallSidToCoach string

    The SID of the participant who is being coached. The participant being coached is the only participant who can hear the participant who is coaching.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^CA[0-9a-fA-F]{32}$.

  • JitterBufferSize string

    Jitter buffer size for the connecting participant. Twilio will use this setting to apply Jitter Buffer before participant's audio is mixed into the conference. Can be: off, small, medium, and large. Default to large.

  • Byoc string

    The SID of a BYOC (Bring Your Own Carrier) trunk to route this call with. Note that byoc is only meaningful when to is a phone number; it will otherwise be ignored. (Beta)

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^BY[0-9a-fA-F]{32}$.

  • CallerId string

    The phone number, Client identifier, or username portion of SIP address that made this call. Phone numbers are in E.164 format (e.g., +16175551212). Client identifiers are formatted client:name. If using a phone number, it must be a Twilio number or a Verified outgoing caller id for your account. If the to parameter is a phone number, callerId must also be a phone number. If to is sip address, this value of callerId should be a username portion to be used to populate the From header that is passed to the SIP endpoint.

  • CallReason string

    The Reason for the outgoing call. Use it to specify the purpose of the call that is presented on the called party's phone. (Branded Calls Beta)

  • RecordingTrack string

    The audio track to record for the call. Can be: inbound, outbound or both. The default is both. inbound records the audio that is received by Twilio. outbound records the audio that is sent from Twilio. both records the audio that is received and sent by Twilio.

  • TimeLimit integer

    The maximum duration of the call in seconds. Constraints depend on account and configuration.

  • MachineDetection string

    Whether to detect if a human, answering machine, or fax has picked up the call. Can be: Enable or DetectMessageEnd. Use Enable if you would like us to return AnsweredBy as soon as the called party is identified. Use DetectMessageEnd, if you would like to leave a message on an answering machine. For more information, see Answering Machine Detection.

  • MachineDetectionTimeout integer

    The number of seconds that we should attempt to detect an answering machine before timing out and sending a voice request with AnsweredBy of unknown. The default timeout is 30 seconds.

  • MachineDetectionSpeechThreshold integer

    The number of milliseconds that is used as the measuring stick for the length of the speech activity, where durations lower than this value will be interpreted as a human and longer than this value as a machine. Possible Values: 1000-6000. Default: 2400.

  • MachineDetectionSpeechEndThreshold integer

    The number of milliseconds of silence after speech activity at which point the speech activity is considered complete. Possible Values: 500-5000. Default: 1200.

  • MachineDetectionSilenceTimeout integer

    The number of milliseconds of initial silence after which an unknown AnsweredBy result will be returned. Possible Values: 2000-10000. Default: 5000.

  • AmdStatusCallback string(uri)

    The URL that we should call using the amd_status_callback_method to notify customer application whether the call was answered by human, machine or fax.

  • AmdStatusCallbackMethod string(http-method)

    The HTTP method we should use when calling the amd_status_callback URL. Can be: GET or POST and the default is POST.

    Values are GET or POST.

  • Trim string

    Whether to trim any leading and trailing silence from the participant recording. Can be: trim-silence or do-not-trim and the default is trim-silence.

  • CallToken string

    A token string needed to invoke a forwarded call. A call_token is generated when an incoming call is received on a Twilio number. Pass an incoming call's call_token value to a forwarded call via the call_token parameter when creating a new call. A forwarded call should bear the same CallerID of the original incoming call.

Responses

  • 201 application/json

    Created

    Hide headers attributes Show headers attributes
    • Access-Control-Allow-Origin string

      Specify the origin(s) allowed to access the resource

    • Access-Control-Allow-Methods string

      Specify the HTTP methods allowed when accessing the resource

    • Access-Control-Allow-Headers string

      Specify the headers allowed when accessing the resource

    • Access-Control-Allow-Credentials boolean

      Indicates whether the browser should include credentials

    • Access-Control-Expose-Headers string

      Headers exposed to the client

    Hide response attributes Show response attributes object
    • account_sid string | null

      The SID of the Account that created the Participant resource.

      Minimum length is 34, maximum length is 34. Format should match the following pattern: ^AC[0-9a-fA-F]{32}$.

    • call_sid string | null

      The SID of the Call the Participant resource is associated with.

      Minimum length is 34, maximum length is 34. Format should match the following pattern: ^CA[0-9a-fA-F]{32}$.

    • label string | null

      The user-specified label of this participant, if one was given when the participant was created. This may be used to fetch, update or delete the participant.

    • call_sid_to_coach string | null

      The SID of the participant who is being coached. The participant being coached is the only participant who can hear the participant who is coaching.

      Minimum length is 34, maximum length is 34. Format should match the following pattern: ^CA[0-9a-fA-F]{32}$.

    • coaching boolean | null

      Whether the participant is coaching another call. Can be: true or false. If not present, defaults to false unless call_sid_to_coach is defined. If true, call_sid_to_coach must be defined.

    • conference_sid string | null

      The SID of the conference the participant is in.

      Minimum length is 34, maximum length is 34. Format should match the following pattern: ^CF[0-9a-fA-F]{32}$.

    • date_created string(date-time-rfc-2822) | null

      The date and time in GMT that the resource was created specified in RFC 2822 format.

    • date_updated string(date-time-rfc-2822) | null

      The date and time in GMT that the resource was last updated specified in RFC 2822 format.

    • end_conference_on_exit boolean | null

      Whether the conference ends when the participant leaves. Can be: true or false and the default is false. If true, the conference ends and all other participants drop out when the participant leaves.

    • muted boolean | null

      Whether the participant is muted. Can be true or false.

    • hold boolean | null

      Whether the participant is on hold. Can be true or false.

    • start_conference_on_enter boolean | null

      Whether the conference starts when the participant joins the conference, if it has not already started. Can be: true or false and the default is true. If false and the conference has not started, the participant is muted and hears background music until another participant starts the conference.

    • status string

      The status of the participant's call in a session. Can be: queued, connecting, ringing, connected, complete, or failed.

      Values are queued, connecting, ringing, connected, complete, or failed.

    • queue_time string | null

      The wait time in milliseconds before participant's call is placed. Only available in the response to a create participant request.

    • uri string | null

      The URI of the resource, relative to https://api.twilio.com.

POST /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json
curl \
 --request POST 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json' \
 --user "username:password" \
 --header "Content-Type: application/x-www-form-urlencoded" \
 --data 'To=%2B14157663747&Beep=onEnter&From=%2B17736774757&Trim=do-not-trim&Label=customer&Muted=false&Record=true&CallToken=call-token-string&TimeLimit=3600&EarlyMedia=true&StatusCallback=https%3A%2F%2Fmyapp.com%2Fevents&MachineDetection=enable&AmdStatusCallback=http%3A%2F%2Fstatuscallback.com&StatusCallbackEvent=ringing&StatusCallbackMethod=POST&MachineDetectionEngine=Lumenvox&AmdStatusCallbackMethod=POST&MachineDetectionTimeout=15&MachineDetectionWordsSilence=50&MachineDetectionMaxNumOfWords=5&MachineDetectionMaxWordLength=5000&MachineDetectionMinWordLength=100&MachineDetectionSilenceTimeout=3000&MachineDetectionSpeechThreshold=3000&MachineDetectionSilenceThreshold=256&MachineDetectionSpeechEndThreshold=3000'
{"To"=>"+14157663747", "Beep"=>"onEnter", "From"=>"+17736774757", "Trim"=>"do-not-trim", "Label"=>"customer", "Muted"=>false, "Record"=>true, "CallToken"=>"call-token-string", "TimeLimit"=>3600, "EarlyMedia"=>true, "StatusCallback"=>"https://myapp.com/events", "MachineDetection"=>"enable", "AmdStatusCallback"=>"http://statuscallback.com", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST", "MachineDetectionEngine"=>"Lumenvox", "AmdStatusCallbackMethod"=>"POST", "MachineDetectionTimeout"=>15, "MachineDetectionWordsSilence"=>50, "MachineDetectionMaxNumOfWords"=>5, "MachineDetectionMaxWordLength"=>5000, "MachineDetectionMinWordLength"=>100, "MachineDetectionSilenceTimeout"=>3000, "MachineDetectionSpeechThreshold"=>3000, "MachineDetectionSilenceThreshold"=>256, "MachineDetectionSpeechEndThreshold"=>3000}
{"To"=>"+14157663747", "Beep"=>"false", "From"=>"+17736774757", "Trim"=>"do-not-trim", "Label"=>"customer", "Muted"=>false, "Record"=>true, "CallToken"=>"call-token-string", "TimeLimit"=>3600, "EarlyMedia"=>true, "StatusCallback"=>"https://myapp.com/events", "MachineDetection"=>"enable", "AmdStatusCallback"=>"http://statuscallback.com", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST", "AmdStatusCallbackMethod"=>"POST", "MachineDetectionTimeout"=>15, "MachineDetectionSilenceTimeout"=>3000, "MachineDetectionSpeechThreshold"=>3000, "MachineDetectionSpeechEndThreshold"=>3000}
{"To"=>"+14157663747", "Beep"=>"onEnter", "From"=>"+17736774757", "Muted"=>false, "Record"=>true, "TimeLimit"=>3600, "EarlyMedia"=>true, "CallSidToCoach"=>"CAbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb", "StatusCallback"=>"https://myapp.com/events", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST"}
{"To"=>"4157663747", "Beep"=>"onEnter", "From"=>"4405512345678", "Muted"=>false, "Record"=>true, "TimeLimit"=>3600, "EarlyMedia"=>true, "StatusCallback"=>"https://myapp.com/events", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST"}
{"To"=>"+14157663747", "Beep"=>"false", "From"=>"+17736774757", "Muted"=>false, "Record"=>true, "TimeLimit"=>3600, "EarlyMedia"=>true, "StatusCallback"=>"https://myapp.com/events", "JitterBufferSize"=>"small", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST"}
{"To"=>"+14157663747", "Beep"=>"false", "Byoc"=>"BYbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb", "From"=>"+17736774757", "Muted"=>false, "Record"=>true, "TimeLimit"=>3600, "EarlyMedia"=>true, "StatusCallback"=>"https://myapp.com/events", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST"}
{"To"=>"+14157663747", "Beep"=>"false", "From"=>"+17736774757", "Muted"=>false, "Record"=>true, "CallerId"=>"+17736772737", "TimeLimit"=>3600, "EarlyMedia"=>true, "StatusCallback"=>"https://myapp.com/events", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST"}
{"To"=>"+14157663747", "Beep"=>"false", "From"=>"+17736774757", "Muted"=>false, "Record"=>true, "TimeLimit"=>3600, "CallReason"=>"Reason for the call (Beta)", "EarlyMedia"=>true, "StatusCallback"=>"https://myapp.com/events", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST"}
{"To"=>"+14157663747", "Beep"=>"false", "From"=>"+17736774757", "Muted"=>false, "Record"=>true, "TimeLimit"=>3600, "EarlyMedia"=>true, "RecordingTrack"=>"inbound", "StatusCallback"=>"https://myapp.com/events", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST"}
{"To"=>"client:bob", "Beep"=>"false", "From"=>"client:alice", "Label"=>"customer", "Muted"=>false, "Record"=>true, "TimeLimit"=>3600, "EarlyMedia"=>true, "StatusCallback"=>"https://myapp.com/events", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST"}
{"To"=>"sip:bob@twilio.com", "Beep"=>"false", "From"=>"alice", "Label"=>"customer", "Muted"=>false, "Record"=>true, "TimeLimit"=>3600, "EarlyMedia"=>true, "StatusCallback"=>"https://myapp.com/events", "StatusCallbackEvent"=>"ringing", "StatusCallbackMethod"=>"POST"}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": "customer",
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": "customer",
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": null,
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": null,
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": null,
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": null,
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": null,
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": null,
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": null,
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": "customer",
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}
{
  "uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Conferences/CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
  "hold": false,
  "label": "customer",
  "muted": false,
  "status": "queued",
  "call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "coaching": false,
  "queue_time": "1000",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "Fri, 18 Feb 2011 21:07:19 +0000",
  "date_updated": "Fri, 18 Feb 2011 21:07:19 +0000",
  "conference_sid": "CFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "call_sid_to_coach": null,
  "end_conference_on_exit": false,
  "start_conference_on_enter": true
}