ModifyParticipants
Updates the status of a Participant in an active Conference.
Stored Procedure-Specific Information
Updates the status of a Participant in an active Conference.
To update the status, you must specify the following Parameters: ConferenceSid, CallSid.
For example:
EXEC ModifyParticipants ConferenceSid = 'MyConference', CallSid = 'CA6cc04c10ed3cb8fa6b77c00b16560cbb', Muted = true;
Input
| Name | Type | Required | Description |
| ConferenceSid | String | True | The SID of the participant's conference. |
| CallSid | String | True | The Call SID or label of the participant to update. |
| Muted | Boolean | False | Whether the agent is muted in the conference. |
| Hold | Boolean | False | Whether the participant should be on hold. |
| HoldUrl | String | False | The URL we call using the hold_method for music that plays when the participant is on hold. |
| HoldMethod | String | False | The HTTP method we should use to call hold_url. |
| AnnounceUrl | String | False | The URL we call using the announce_method for an announcement to the participant. |
| AnnounceMethod | String | False | The HTTP method we should use to call announce_url. |
| WaitUrl | String | False | The URL that Twilio calls using the wait_method before the conference has started. |
| WaitMethod | String | False | The HTTP method we should use to call wait_url. |
| BeepOnExit | Boolean | False | Whether to play a notification beep to the conference when the participant exits. |
| Coaching | Boolean | False | Whether the participant is coaching another call. |
| EndConferenceOnExit | Boolean | False | Whether to end the conference when the participant leaves. |
| CallSidToCoach | String | False | The SID of the participant who is being coached. |
Result Set Columns
| Name | Type | Description |
| AccountSid | String | The SID of the Account that created the Participant resource. |
| CallSid | String | The SID of the Call the Participant resource is associated with. |
| ConferenceSid | String | The SID of the conference the participant is in. |
| Status | String | The status of the participant's call in a session. |