Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.33 KB

OutboundCallRecording.md

File metadata and controls

44 lines (24 loc) · 1.33 KB

OutboundCallRecording

Properties

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]

Enum: CallRecordingTypeEnum

Name Value
ALL "all"
NONE "none"
BY_CALLER_PHONE_NUMBER "by_caller_phone_number"

Enum: CallRecordingChannelsEnum

Name Value
SINGLE "single"
DUAL "dual"

Enum: CallRecordingFormatEnum

Name Value
WAV "wav"
MP3 "mp3"