Skip to main content
The Recording object represents a call or conference recording stored in your Vobiz account. It includes information about the recording file, associated call details, storage duration, and billing.
All recordings are automatically stored when call or conference recording is enabled. Storage costs are calculated based on duration and time stored, tracked in the recording_storage_duration and monthly_recording_storage_amount fields.

Attributes

Core Attributes

Duration & Timing Attributes

Call Details

Storage & Billing Attributes

Example

Complete Recording Object (Conference)

JSON Response

Regular Call Recording Example

JSON Response
Key Differences:
  • Conference Recording: conference_name contains the conference name, recording_type is “conference”
  • Regular Call: conference_name is null, recording_type is “call”
  • Duration: recording_duration_ms is actual duration, rounded_recording_duration is used for billing
  • Storage Cost: Calculated from recording_storage_rate × recording_storage_duration
Important Notes:
  • Recording URLs may be temporary - download recordings for permanent storage
  • recording_storage_duration increments daily and affects monthly costs
  • Timestamps (recording_start_ms, recording_end_ms) are in milliseconds since Unix epoch and can be null (notably for some trunk captures)
  • recording_duration_ms is returned as a string of milliseconds; rounded_recording_duration is the integer seconds used for billing
  • Storage rate and amount are in USD
Deleting a recording is permanent and frees its storage from your next billing cycle. To keep a copy first, download or export it before deleting.