ApplicationId |
string |
The id of the application associated with the call. |
[optional] |
AccountId |
string |
The user account associated with the call. |
[optional] |
CallId |
string |
The call id associated with the event. |
[optional] |
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] |
RecordingId |
string |
The unique ID of this recording |
[optional] |
To |
string |
The phone number that received the call, in E.164 format (e.g. +15555555555). |
[optional] |
From |
string |
The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555). |
[optional] |
TransferCallerId |
string |
The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555). |
[optional] |
TransferTo |
string |
The phone number used as the to field of the B-leg call, in E.164 format (e.g. +15555555555). |
[optional] |
Duration |
string |
The duration of the recording in ISO-8601 format |
[optional] |
Direction |
CallDirectionEnum |
|
[optional] |
Channels |
int |
Always `1` for conference recordings; multi-channel recordings are not supported on conferences. |
[optional] |
StartTime |
DateTime |
Time the call was started, in ISO 8601 format. |
[optional] |
EndTime |
DateTime |
The time that the recording ended in ISO-8601 format |
[optional] |
FileFormat |
FileFormatEnum |
|
[optional] |
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] |
MediaUrl |
string |
The URL that can be used to download the recording. Only present if the recording is finished and may be downloaded. |
[optional] |
Transcription |
RecordingTranscriptionMetadata |
|
[optional] |
RecordingName |
string |
A name to identify this recording. |
[optional] |