Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1017 Bytes

CallRecording.md

File metadata and controls

34 lines (18 loc) · 1017 Bytes

CallRecording

The call recording settings for a phone number.

Properties

Name Type Description Notes
inboundCallRecordingEnabled Boolean When enabled, any inbound call to this number will be recorded. [optional]
inboundCallRecordingFormat InboundCallRecordingFormatEnum The audio file format for calls being recorded. [optional]
inboundCallRecordingChannels InboundCallRecordingChannelsEnum When using 'dual' channels, final audio file will be stereo recorded with the first leg on channel A, and the rest on channel B. [optional]

Enum: InboundCallRecordingFormatEnum

Name Value
WAV "wav"
MP3 "mp3"

Enum: InboundCallRecordingChannelsEnum

Name Value
SINGLE "single"
DUAL "dual"