---
title: kAudioSessionEndInterruption
framework: audiotoolbox
role: symbol
role_heading: Global Variable
path: audiotoolbox/kaudiosessionendinterruption
---

# kAudioSessionEndInterruption

The interruption to your app’s audio session has just ended. In the case where a user confirms the interruption, such as answering a phone call, your app will not receive this constant.

## Declaration

```swift
var kAudioSessionEndInterruption: Int { get }
```

## See Also

### Constants

- [kAudioSessionBeginInterruption](audiotoolbox/kaudiosessionbegininterruption.md)
