Recordings

View as Markdown

A Recording represents a recording of a voice or conference call. It allows you to see meta information about the recording as well as access the media file itself.

Recordings can be initiated using the <Record> verb, by setting the record attribute for Calls, or by using Conferences.

Properties

objectRequired
OR
objectRequired
OR
objectRequired

Example object

The Recording Object
1{
2 "id": "string",
3 "project_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "updated_at": "2023-01-01T00:00:00Z",
6 "duration_in_seconds": 0,
7 "error_code": "string",
8 "price": 1,
9 "price_unit": "string",
10 "status": "string",
11 "url": "string",
12 "stereo": true,
13 "byte_size": 0,
14 "track": "string",
15 "relay_pstn_leg_id": "string"
16}