Programmable Voice-Conferences
Number of APIs: 11
-
List Participant GET {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants.json?Muted=true&Hold=true&Coaching=true&PageSize=303
-
Update Conference POST {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/{{Sid}}.json
-
Update Conference Recording POST {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings/{{Sid}}.json
-
Delete Conference Recording DELETE {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings/{{Sid}}.json
-
Fetch Participant GET {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/{{CallSid}}.json
-
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
-
Create Participant POST {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants.json
-
Delete Participant DELETE {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/{{CallSid}}.json
-
Fetch Conference GET {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/{{Sid}}.json
-
Fetch Conference Recording GET {{twilio_api}}/2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings/{{Sid}}.json