Conference Recording
Start conference recording
Start recording a Vobiz conference via POST - capture all participants in MP3 or WAV format, set a callback URL, and meet compliance requirements globally.
POST
Start conference recording
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your Vobiz account ID |
conference_name | string | Yes | Name of the conference to record |
Request parameters
| Field | Type | Required | Description |
|---|---|---|---|
file_format | string | No | Recording format. Values: mp3, wav. Default: mp3 |
callback_url | string | No | URL to receive the recording completion callback. |
Example requests
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 (no participant has joined the room yet). | Conferences are created on join via the <Conference> XML element - start one before recording. URL-encode names with spaces. |
Recording callback payload
When recording completes, yourcallback_url receives:
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Body
application/json
Response
200
Recording started