Skip to main content
DELETE
Unmute a member's audio
Use this endpoint to undeafen members who were previously deafened. Once undeafened, members can hear audio from other participants in the conference again.
Authentication required:
  • X-Auth-ID - Your account ID (e.g., {auth_id})
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
This operation reverses the deaf state. If a member was never deafened, this call has no effect but still returns success.
The member_id can be a specific member ID, a comma-separated list, or all to undeafen all members.

Request Body

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

Response

Response - 204 No Content
Vobiz restores conference audio for the member and returns an empty response body.

Examples

Common Use Cases:
  • Switch from listen-only to interactive mode
  • Enable Q&A session after presentation
  • Restore full audio after audio playback completes
  • Re-enable conference participation after isolation

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

204

Member undeafened