16108: Voice Recording: Request failed due to concurrent recordings
VOICE
ERROR
This error occurs when you try to update a recording on a call or conference that has more than one active recording. Use Twilio.CURRENT only when there is a single active recording; otherwise, reference the recording with its Recording SID.
- You used
Twilio.CURRENTon a call or conference with multiple active recordings. - The request targeted a recording without specifying a Recording SID for a call or conference that had concurrent recordings.
- Use the Recording SID to identify the specific recording you want to pause, resume, or stop.
- Use
Twilio.CURRENTonly when the call or conference has one active recording.