Name | Type | Description | Notes |
---|---|---|---|
callRecordingType | CallRecordingTypeEnum | Specifies which calls are recorded. | [optional] |
callRecordingCallerPhoneNumbers | List<String> | When call_recording_type is 'by_caller_phone_number', only outbound calls using one of these numbers will be recorded. Numbers must be specified in E164 format. | [optional] |
callRecordingChannels | CallRecordingChannelsEnum | When using 'dual' channels, the final audio file will be a stereo recording with the first leg on channel A, and the rest on channel B. | [optional] |
callRecordingFormat | CallRecordingFormatEnum | The audio file format for calls being recorded. | [optional] |
Name | Value |
---|---|
ALL | "all" |
NONE | "none" |
BY_CALLER_PHONE_NUMBER | "by_caller_phone_number" |
Name | Value |
---|---|
SINGLE | "single" |
DUAL | "dual" |
Name | Value |
---|---|
WAV | "wav" |
MP3 | "mp3" |