v52

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

Stop audio being played on the conference

Stop audio being played to all or some participants on a conference call.

post/conferences/{id}/actions/stop

Path parameters

idstring required

Uniquely identifies the conference by id or name

Request body

call_control_idsstring[]

List of call control ids identifying participants the audio file should stop be played to. If not given, the audio will be stoped to the entire conference.

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

{
  "region": "US"
}

Response

Successful response upon making a conference command.

Example response

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