---
title: "audioRecorderEndInterruption(_:)"
framework: avfaudio
role: symbol
role_heading: Instance Method
path: "avfaudio/avaudiorecorderdelegate/audiorecorderendinterruption(_:)"
---

# audioRecorderEndInterruption(_:)

Tells the delegate that the audio session interruption ended.

## Declaration

```swift
optional func audioRecorderEndInterruption(_ recorder: AVAudioRecorder)
```

## Parameters

- `recorder`: The interrupted audio recorder.

## See Also

### Responding to Audio Interruptions

- [audioRecorderBeginInterruption(_:)](avfaudio/avaudiorecorderdelegate/audiorecorderbegininterruption(_:).md)
- [audioRecorderEndInterruption(_:withOptions:)](avfaudio/avaudiorecorderdelegate/audiorecorderendinterruption(_:withoptions:).md)
- [audioRecorderEndInterruption(_:withFlags:)](avfaudio/avaudiorecorderdelegate/audiorecorderendinterruption(_:withflags:).md)
