16113: Voice Recording: Cannot download a dual-channel presentation of a mono recording
VOICE
WARNING
This warning appears when you request a dual-channel media file for a recording that was stored as mono. Twilio can return a dual-channel download only when the original recording has two channels available.
- The recording was created with
recordingChannels=monoon an API call, or withchannels="mono"when you started the recording with<Start><Recording>. - The recording was created with
<Record>, which stores the audio as a mono recording. - The download request included
RequestedChannels=2for a recording that has only one channel available.
- Retry the download without specifying a channel count. If you need to set it explicitly, retry with
RequestedChannels=1. - Review the recording's channel configuration before downloading media. Use the
RecordingChannelsvalue fromRecordingStatusCallbackto determine whether to request one channel or two. - If you need separate tracks for future recordings, create the recording in dual-channel format by setting
recordingChannels=dualon the Call resource orchannels="dual"on<Start><Recording>.