| applicationId |
string |
The id of the application associated with the call. |
[optional] [default to undefined] |
| accountId |
string |
The user account associated with the call. |
[optional] [default to undefined] |
| callId |
string |
The call id associated with the event. |
[optional] [default to undefined] |
| parentCallId |
string |
(optional) If the event is related to the B leg of a <Transfer>, the call id of the original call leg that executed the <Transfer>. Otherwise, this field will not be present. |
[optional] [default to undefined] |
| recordingId |
string |
The unique ID of this recording |
[optional] [default to undefined] |
| to |
string |
The phone number that received the call, in E.164 format (e.g. +15555555555). |
[optional] [default to undefined] |
| from |
string |
The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555). |
[optional] [default to undefined] |
| transferCallerId |
string |
The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555). |
[optional] [default to undefined] |
| transferTo |
string |
The phone number used as the to field of the B-leg call, in E.164 format (e.g. +15555555555). |
[optional] [default to undefined] |
| duration |
string |
The duration of the recording in ISO-8601 format |
[optional] [default to undefined] |
| direction |
CallDirectionEnum |
|
[optional] [default to undefined] |
| channels |
number |
Always `1` for conference recordings; multi-channel recordings are not supported on conferences. |
[optional] [default to undefined] |
| startTime |
string |
Time the call was started, in ISO 8601 format. |
[optional] [default to undefined] |
| endTime |
string |
The time that the recording ended in ISO-8601 format |
[optional] [default to undefined] |
| fileFormat |
FileFormatEnum |
|
[optional] [default to undefined] |
| status |
string |
The current status of the process. For recording, current possible values are 'processing', 'partial', 'complete', 'deleted', and 'error'. For transcriptions, current possible values are 'none', 'processing', 'available', 'error', 'timeout', 'file-size-too-big', and 'file-size-too-small'. Additional states may be added in the future, so your application must be tolerant of unknown values. |
[optional] [default to undefined] |
| mediaUrl |
string |
The URL that can be used to download the recording. Only present if the recording is finished and may be downloaded. |
[optional] [default to undefined] |
| transcription |
RecordingTranscriptionMetadata |
|
[optional] [default to undefined] |
| recordingName |
string |
A name to identify this recording. |
[optional] [default to undefined] |