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:
conference.createdconference.participant.joinedconference.participant.leftconference.endedconference.recording.savedconference.floor.changed
Request
Responses
200:
Successful response with details about a conference.
401:
Unauthorized. Authentication failed - the required authentication headers were either invalid or not included in the request.
422:
Unprocessable entity. The request was well-formed but could not be processed due to semantic errors. This includes validation errors, invalid parameter values, call state errors, conference errors, queue errors, recording/transcription errors, and business logic violations.