---
title: "Mute all participants"
method: POST
path: "/meetings/{meeting_id}/active-session/mute-all"
tags: ["Active session"]
---

# Mute all participants

`POST /meetings/{meeting_id}/active-session/mute-all`

Mutes all participants of an active session for the given meeting ID.

## Path parameters

- `meeting_id` string, required

## Request body

- object
  - `allow_unmute` boolean — if false, participants won't be able to unmute themselves after they are muted

## Response `200`

Mute all participants of a meeting

- object
  - `success` boolean
  - `data` object
    - `action` string
    - `muted_participants_count` number

---

[API](https://skmtc.net/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.net/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/revisions/f62d3edd92ae/schema)
