💾
💾
💾
💾
callapi
Search…
💾
💾
💾
💾
callapi
Call APIs
Standard APIs
Voice
Incoming Call URL
Calls
Call Queue
Conference Management
Conference Participants Management
Participant List Resource URI
Recordings
Clients
SIP Refer Support
CALL MARKUP
API Call Markup Language
Powered By
GitBook
Conference Participants Management
A
Participant
is a single caller that is currently connected to a running conference. It is idefiable [Ma1] by its CallSid.
Participant Resource URI
1
/2012-04-24/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}
Copied!
Resource Properties
Property
Description
CallSid
A string that uniquely identifies a participant.
ConferenceSid
A string that uniquely identifies the conference this participant is currently connected to.
DateCreated
The date that this participant was created.
DateUpdated
The date that this particpant was last updated.
AccountSid
The unique id of the Account that created this call.
Muted
A flag that tells if the participant is currently muted or not (true or false)?
StartConferenceOnEnter
Flag to determine if StartConferenceOnEnter was set for this participant (true or false)?
EndConferenceOnExit
Flag to determine if EndConferenceOnExit flag was set for this participant (true or false)?
Uri
The URI for this account, relative to
https://calls.teleapi.net/call/2012-04-24/
.
Supported Operations
HTTP GET
. Returns the representation of a Participant resource, including the properties above.
HTTP POST
to a Participant to mute/unmute a live Participant, we make an
HTTP POST
request to a live Participant instance resource URI:
1
/2012-04-24/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}
2
or
3
/2012-04-24/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json
Copied!
The following parameters are available for you to
POST
request:
Request Parameters
Parameter
Description
Mute
Set to true or false. Setting this parameter to true will mute the call. Setting this parameter to false will unmute the call
​
Previous
Conference List Resource URI
Next
Participant List Resource URI
Last modified
1yr ago
Copy link
Contents
Participant Resource URI
Resource Properties
Supported Operations
Request Parameters