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
Example request
{
"beep_enabled": "never",
"end_conference_on_exit": true
}Response
Successful response