# 16108: Voice Recording: Request failed due to concurrent recordings

Log Level: ERROR

## Description

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.

### Possible causes

* You used `Twilio.CURRENT` on 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.

### Possible solutions

* Use the Recording SID to identify the specific recording you want to pause, resume, or stop.
* Use `Twilio.CURRENT` only when the call or conference has one active recording.

#### Additional resources

* [Recordings resource](/docs/voice/api/recording)
* [TwiML Voice: `<Recording>`](/docs/voice/twiml/recording)
