v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
TeXML REST Commands

Dial a new conference participant

Dials a new conference participant

post/texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants

Path parameters

account_sidstring required

The id of the account the resource belongs to.

conference_sidstring required

The ConferenceSid that uniquely identifies a conference.

Response

New participant resource.

account_sidstring

The id of the account the resource belongs to.

call_sidstring

The identifier of this participant's call.

coachingboolean

Whether the participant is coaching another call.

coaching_call_sidstring

The identifier of the coached participant's call.

conference_sidstring uuid

The unique identifier for the conference.

end_conference_on_exitboolean

Whether the conference ends when the participant leaves.

holdboolean

Whether the participant is on hold.

mutedboolean

Whether the participant is muted.

status'connecting' | 'connected' | 'completed'

The status of the participant's call in the conference.

uristring

The relative URI for this participant.

Example response

{
  "account_sid": "4e71926f-8f13-450e-b91c-23c2ef786aa6",
  "call_sid": "v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ",
  "coaching": false,
  "conference_sid": "cd5a70f4-759b-4d5e-9c06-88c00f16f3c1",
  "end_conference_on_exit": false,
  "hold": false,
  "muted": false,
  "status": "completed",
  "uri": "/v2/texml/Accounts/4e71926f-8f13-450e-b91c-23c2ef786aa6/Conferences/cd5a70f4-759b-4d5e-9c06-88c00f16f3c1/Participants/v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ.json"
}