Conference participants
Path parameters
-
The SID of the Account that will create the resource.
Minimum length is
34, maximum length is34. Format should match the following pattern:^AC[0-9a-fA-F]{32}$. -
The SID of the participant's conference.
Body
-
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 thetoparameter is a phone number,frommust also be a phone number. Iftois sip address, this value offromshould be a username portion to be used to populate the P-Asserted-Identity header that is passed to the SIP endpoint. -
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 formattedclient:name. Custom parameters may also be specified. -
The URL we should call using the
status_callback_methodto send status information to your application. -
The HTTP method we should use to call
status_callback. Can be:GETandPOSTand defaults toPOST.Values are
GETorPOST. -
The conference state changes that should generate a call to
status_callback. Can be:initiated,ringing,answered, andcompleted. Separate multiple values with a space. The default value iscompleted. -
A label for this participant. If one is supplied, it may subsequently be used to fetch, update or delete the participant.
-
The number of seconds that we should allow the phone to ring before assuming there is no answer. Can be an integer between
5and600, inclusive. The default value is60. 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. -
Whether to record the participant and their conferences, including the time between conferences. Can be
trueorfalseand the default isfalse. -
Whether the agent is muted in the conference. Can be
trueorfalseand the default isfalse. -
Whether to play a notification beep to the conference when the participant joins. Can be:
true,false,onEnter, oronExit. The default value istrue. -
Whether to start the conference when the participant joins, if it has not already started. Can be:
trueorfalseand the default istrue. Iffalseand the conference has not started, the participant is muted and hears background music until another participant starts the conference. -
Whether to end the conference when the participant leaves. Can be:
trueorfalseand defaults tofalse. -
The URL that Twilio calls using the
wait_methodbefore 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 settingwait_urlto''. For more details on the allowable verbs within thewaitUrl, see thewaitUrlattribute in theTwiML instruction . -
The HTTP method we should use to call
wait_url. Can beGETorPOSTand the default isPOST. When using a static audio file, this should beGETso that we can cache the file.Values are
GETorPOST. -
Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. Can be:
trueorfalseand defaults totrue. -
The maximum number of participants in the conference. Can be a positive integer from
2to250. The default value is250. -
Whether to record the conference the participant is joining. Can be:
true,false,record-from-start, anddo-not-record. The default value isfalse. -
Whether to trim leading and trailing silence from the conference recording. Can be:
trim-silenceordo-not-trimand defaults totrim-silence. -
The URL we should call using the
conference_status_callback_methodwhen the conference events inconference_status_callback_eventoccur. Only the value set by the first participant to join the conference is used. Subsequentconference_status_callbackvalues are ignored. -
The HTTP method we should use to call
conference_status_callback. Can be:GETorPOSTand defaults toPOST.Values are
GETorPOST. -
The conference state changes that should generate a call to
conference_status_callback. Can be:start,end,join,leave,mute,hold,modify,speaker, andannouncement. Separate multiple values with a space. Defaults tostart end. -
The recording channels for the final recording. Can be:
monoordualand the default ismono. -
The URL that we should call using the
recording_status_callback_methodwhen the recording status changes. -
The HTTP method we should use when we call
recording_status_callback. Can be:GETorPOSTand defaults toPOST.Values are
GETorPOST. -
The SIP username used for authentication.
-
The SIP password for authentication.
-
The region where we should mix the recorded audio. Can be:
us1,us2,ie1,de1,sg1,br1,au1, orjp1. -
The URL we should call using the
conference_recording_status_callback_methodwhen the conference recording is available. -
The HTTP method we should use to call
conference_recording_status_callback. Can be:GETorPOSTand defaults toPOST.Values are
GETorPOST. -
The recording state changes that should generate a call to
recording_status_callback. Can be:started,in-progress,paused,resumed,stopped,completed,failed, andabsent. Separate multiple values with a space, ex:'in-progress completed failed'. -
The conference recording state changes that generate a call to
conference_recording_status_callback. Can be:in-progress,completed,failed, andabsent. Separate multiple values with a space, ex:'in-progress completed failed' -
Whether the participant is coaching another call. Can be:
trueorfalse. If not present, defaults tofalseunlesscall_sid_to_coachis defined. Iftrue,call_sid_to_coachmust be defined. -
The SID of the participant who is being
coached. The participant being coached is the only participant who can hear the participant who iscoaching.Minimum length is
34, maximum length is34. Format should match the following pattern:^CA[0-9a-fA-F]{32}$. -
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, andlarge. Default tolarge. -
The SID of a BYOC (Bring Your Own Carrier) trunk to route this call with. Note that
byocis only meaningful whentois a phone number; it will otherwise be ignored. (Beta)Minimum length is
34, maximum length is34. Format should match the following pattern:^BY[0-9a-fA-F]{32}$. -
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 thetoparameter is a phone number,callerIdmust also be a phone number. Iftois sip address, this value ofcallerIdshould be a username portion to be used to populate the From header that is passed to the SIP endpoint. -
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)
-
The audio track to record for the call. Can be:
inbound,outboundorboth. The default isboth.inboundrecords the audio that is received by Twilio.outboundrecords the audio that is sent from Twilio.bothrecords the audio that is received and sent by Twilio. -
The maximum duration of the call in seconds. Constraints depend on account and configuration.
-
Whether to detect if a human, answering machine, or fax has picked up the call. Can be:
EnableorDetectMessageEnd. UseEnableif you would like us to returnAnsweredByas soon as the called party is identified. UseDetectMessageEnd, if you would like to leave a message on an answering machine. For more information, see Answering Machine Detection. -
The number of seconds that we should attempt to detect an answering machine before timing out and sending a voice request with
AnsweredByofunknown. The default timeout is 30 seconds. -
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.
-
The number of milliseconds of silence after speech activity at which point the speech activity is considered complete. Possible Values: 500-5000. Default: 1200.
-
The number of milliseconds of initial silence after which an
unknownAnsweredBy result will be returned. Possible Values: 2000-10000. Default: 5000. -
The URL that we should call using the
amd_status_callback_methodto notify customer application whether the call was answered by human, machine or fax. -
The HTTP method we should use when calling the
amd_status_callbackURL. Can be:GETorPOSTand the default isPOST.Values are
GETorPOST. -
Whether to trim any leading and trailing silence from the participant recording. Can be:
trim-silenceordo-not-trimand the default istrim-silence. -
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.
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
}