Conference Members
Play Audio to a Member
Inject a private MP3 or WAV audio file to targeted Vobiz conference members via POST - whisper announcements or hold music to one participant or all.
POST
Play audio to a member
Authentication required:
X-Auth-ID- Your account ID (e.g.,{auth_id})X-Auth-Token- Your account Auth TokenContent-Type: application/json
Privacy: Audio is played exclusively to the targeted member(s). Other conference participants will not hear the audio being played.
The
member_id can be a specific member ID, a comma-separated list, or all to play audio to all members.Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
url | string | Yes | URL of the audio file to play. Must be accessible via HTTPS. Supported formats: MP3, WAV. |
Response
Response - 200 OK
Examples
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Body
application/json
URL of the audio file to play
Example:
"https://example.com/audio.mp3"
Response
200
Audio playback started