v52

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

Mute conference participants

Mute a list of participants in a conference call

post/conferences/{id}/actions/mute

Path parameters

idstring required

Uniquely identifies the conference by id or name

Request body

call_control_idsstring[]

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

region'Australia' | 'Europe' | 'Middle East' | 'US'

Region where the conference data is located. Defaults to the region defined in user's data locality settings (Europe or US).

Example request

{
  "call_control_ids": [
    "v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg"
  ]
}

Response

Successful response upon making a conference command.

Example response

{
  "data": {
    "result": "ok"
  }
}