Conference Management
This represents a single conference originated and terminated from an account.
/2012-04-24/Accounts/{AccountSid}/Conferences/{ConferenceSid}
Supported Parameters: HTTP GET
Returns the representation of a Conference resource, including all properties.
Example: Get Conference by ConferenceSid
CURL
curl -X GET https://api.teleapi.net/call/2012-04-24/Accounts/ACCOUNT_SID/Conferences/(conference_sid).json \
-u 'teleapi-Token'
HTTP POST Not supported.
HTTP PUT Not supported.
HTTP DELETE Not supported.
Conference Subresources <Participants> represent set/list of in-progress calls in a running conference room.
/2012-04-24/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants
Last modified 2yr ago