Skip to main content
POST
Mute a conference member
Use this endpoint to mute members of a conference. Other members in the conference will not be able to hear the muted caller.
Authentication required:
  • X-Auth-ID - Your account ID (e.g., {auth_id})
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
Muted members can still hear other participants, but cannot be heard by others. To prevent a member from hearing, use the Deaf Member endpoint.
The member_id can be a specific member ID, a comma-separated list, or all to mute all members.

Request Body

JSON
No request body parameters required. Send an empty JSON object.

Response

Response - 202 Accepted

Error responses

Examples

Common Use Cases:
  • Mute all members during presenter mode
  • Silence disruptive participants
  • Temporary mute during announcements
  • Q&A session control

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

conference_name
string
required
member_id
string
required

Member ID, comma-separated IDs, or all

Response

202 - application/json

Mute request accepted