Conference Members
Mute a Member
Silence outgoing audio for conference participants via POST - mute one member, a comma-separated list, or all members in a Vobiz multi-party call globally.
POST
Mute a conference member
Authentication required:
X-Auth-ID- Your account ID (e.g.,{auth_id})X-Auth-Token- Your account Auth TokenContent-Type: application/json
The
member_id can be a specific member ID, a comma-separated list, or all to mute all members.Request Body
JSON
Response
Response - 200 OK
Error responses
| Status | Meaning | How to handle |
|---|---|---|
401 Unauthorized | Missing/incorrect auth headers or a lowercase path. | Use both auth headers and the PascalCase path. |
404 Not Found | The conference does not exist, or the member_id is not in it (e.g. they already left). | Re-fetch members with Retrieve a Conference. URL-encode names with spaces. |
Examples
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Member ID, comma-separated IDs, or all
Response
200
Member muted