Skip to main content

Update a conference participant

POST 
/texml/Accounts/:account_sid/Conferences/:conference_sid/Participants/:call_sid

Updates a conference participant

Request

Path Parameters

    account_sid stringrequired

    The id of the account the resource belongs to.

    conference_sid stringrequired

    The ConferenceSid that uniquely identifies a conference.

    call_sid stringrequired

    The CallSid that identifies the call to update.

Body

required

Update Conference Participant request object

    Muted boolean

    Whether the participant should be muted.

    Hold boolean

    Whether the participant should be on hold.

    HoldURL string

    The URL to be called using the HoldMethod for music that plays when the participant is on hold. The URL may return an MP3 file, a WAV file, or a TwiML document that contains , , , or verbs.

    HoldMethod string

    Possible values: [GET, POST]

    The HTTP method to use when calling the HoldURL.

    AnnounceUrl string

    The URL to call to announce something to the participant. The URL may return an MP3 fileo a WAV file, or a TwiML document that contains , , , or verbs.

    AnnounceMethod string

    Possible values: [GET, POST]

    The HTTP method used to call the AnnounceUrl. Defaults to POST.

    WaitUrl string

    The URL to call for an audio file to play while the participant is waiting for the conference to start.

    BeepOnExit boolean

    Whether to play a notification beep to the conference when the participant exits.

    EndConferenceOnExit boolean

    Whether to end the conference when the participant leaves.

    Coaching boolean

    Whether the participant is coaching another call. When true, CallSidToCoach has to be given.

    CallSidToCoach string

    The SID of the participant who is being coached. The participant being coached is the only participant who can hear the participant who is coaching.

Responses

200: Participant resource.

404: Resource not found

Loading...