Collaboration

Mute all non-moderator participants

POST
/api/v1/rooms/{roomId}/mute-all

Authorization

tenant-api-key
x-api-key<token>

Tenant API key (backend only โ€” never expose to a browser)

In: header

Path Parameters

roomId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v1/rooms/string/mute-all" \  -H "Content-Type: application/json" \  -d '{    "actingExternalUserId": "user_abc123"  }'
Empty