Create conference
POST/conferences
Create a conference from an existing call leg using a call_control_id
and a conference name. Upon creating the conference, the call will be automatically bridged to the conference. Conferences will expire after all participants have left the conference or after 4 hours regardless of the number of active participants.
Expected Webhooks (see callback schema below):
conference.created
conference.participant.joined
conference.participant.left
conference.ended
conference.recording.saved
conference.floor.changed
Request
Responses
200:
Successful response with details about a conference.
401:
Unauthorized
422:
Unprocessable entity