Skip to main content

Join a conference

POST 
/conferences/:id/actions/join

Join an existing call leg to a conference. Issue the Join Conference command with the conference ID in the path and the call_control_id of the leg you wish to join to the conference as an attribute. The conference can have up to a certain amount of active participants, as set by the max_participants parameter in conference creation request.

Expected Webhooks (see callback schema below):

  • conference.participant.joined
  • conference.participant.left

Request

Responses

200:

Successful response upon making a conference command.

401:

Unauthorized

422:

Unprocessable entity