Skip to main content
DELETE
Unmute a conference member
Unmute members who were previously muted. Once unmuted, their audio is transmitted to all other participants in the conference.
Authentication required: X-Auth-ID, X-Auth-Token, Content-Type: application/json
If a member was never muted, this call has no effect but returns success.

Path parameters

Request body

No request body required.

Examples

Response

204 No Content
Vobiz restores the member’s ability to speak and returns an empty response body.

Common use cases

  • End presenter mode and allow audience participation.
  • Restore audio after temporary mute during announcements.
  • Enable Q&A session participation.
  • Unmute after disruptive behavior has ceased.

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 unmuted