Programmable Voice-Conferences

Number of APIs: 11

  1. List Participant GET {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants.json?Muted=true&Hold=true&Coaching=true&PageSize=303

  2. Update Conference POST {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/{{Sid}}.json

  3. Update Conference Recording POST {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings/{{Sid}}.json

  4. Delete Conference Recording DELETE {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings/{{Sid}}.json

  5. Fetch Participant GET {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/{{CallSid}}.json

  6. List Conference Recording GET {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings.json?DateCreated=1990-03-23&DateCreated<=1990-03-23&DateCreated>=1990-03-23&PageSize=303

  7. Create Participant POST {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants.json

  8. Delete Participant DELETE {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/{{CallSid}}.json

  9. Fetch Conference GET {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/{{Sid}}.json

  10. Fetch Conference Recording GET {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings/{{Sid}}.json