Skip to main content
Conference recording lets you capture conference audio for compliance, training, or archival purposes. Use the recording endpoints to start and stop capture while a conference is active.
Recording captures the conference audio mix until you send a stop request.

Recording features

Conference audio mix

Record all conference participants in a single mixed audio file.

Asynchronous start

Vobiz queues the start operation and returns an API request identifier.

File formats

Choose MP3 (smaller) or WAV (higher quality) for your recording output.

Explicit stop

Stop media capture with a DELETE request and a 204 No Content response.

Available operations

Start recording

POST - Queue conference recording with an optional MP3 or WAV format setting.

Stop recording

DELETE - Stop an active conference recording. The response does not include a recording URL.

Best practices

Legal compliance - Ensure you have consent from all participants before recording. Laws vary by jurisdiction. Consider playing an announcement when recording starts.
File format - Use file_format to request MP3 or WAV. MP3 is the default.
Response handling - The start response does not include a recording ID or download URL. Callback delivery and recording retrieval are not currently guaranteed by this flow.