The call recording settings for a phone number.
| 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] |
| Name | Value |
|---|---|
| WAV | "wav" |
| MP3 | "mp3" |
| Name | Value |
|---|---|
| SINGLE | "single" |
| DUAL | "dual" |