Skip to main content

Mute conference participants

POST 
/conferences/:id/actions/mute

Mute a list of participants in a conference call

Request

Path Parameters

    id stringrequired

    Uniquely identifies the conference by id or name

Body

required

    call_control_ids string[]

    Array of unique identifiers and tokens for controlling the call. When empty all participants will be muted.

Responses

200: Successful response upon making a conference command.

401: Unauthorized

404: Conference does not exist

422: Unprocessable entity

Loading...