Skip to main content
POST
Mute a member's audio
Use this endpoint to deafen members of a conference. When deafened, members cannot hear audio from other participants, but they remain connected to the conference and can still be heard by others.
Deaf vs Mute:
  • Deaf: Member cannot hear others (incoming audio blocked)
  • Mute: Others cannot hear the member (outgoing audio blocked)
Authentication required:
  • X-Auth-ID - Your account ID (e.g., {auth_id})
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
Deafened members can still speak and be heard by others. To prevent them from being heard, use the Mute Member endpoint.
The member_id can be a specific member ID, a comma-separated list, or all to deafen all members.

Request Body

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

Response

Response - 202 Accepted

Examples

Common Use Cases:
  • Create listen-only mode for webinar attendees
  • Prevent feedback loops during audio playback
  • Isolate members for private whisper conversations
  • Testing scenarios where member should not hear conference

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

Response

202 - application/json

Deaf request accepted