Conference Members
Unmute a member
Restore outgoing audio for muted Vobiz conference members via DELETE - unmute one participant, a list of IDs, or all members in a multi-party call globally.
DELETE
Unmute a conference member
Authentication required:
X-Auth-ID, X-Auth-Token, Content-Type: application/jsonIf a member was never muted, this call has no effect but returns success.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your Vobiz account ID |
conference_name | string | Yes | Name of the conference |
member_id | string | Yes | Member ID, comma-separated list of IDs, or all |
Request body
No request body required.Examples
Response
200 OK
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.