v52

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

Update a conference participant

Update properties of a conference participant.

patch/conferences/{id}/participants/{participant_id}

Path parameters

idstring uuid required

Uniquely identifies the conference.

participant_idstring required

Uniquely identifies the participant.

Request body

beep_enabled'always' | 'never' | 'on_enter' | 'on_exit'

Whether entry/exit beeps are enabled for this participant.

end_conference_on_exitboolean

Whether the conference should end when this participant exits.

soft_end_conference_on_exitboolean

Whether the conference should soft-end when this participant exits. A soft end will stop new participants from joining but allow existing participants to remain.

Example request

{
  "beep_enabled": "never",
  "end_conference_on_exit": true
}

Response

Successful response