---
title: AVAudioSessionErrorInsufficientPriority
framework: coreaudiotypes
role: symbol
role_heading: Global Variable
path: coreaudiotypes/avaudiosessionerrorinsufficientpriority
---

# AVAudioSessionErrorInsufficientPriority

An error code that indicates the app isn’t allowed to set the audio category because it’s in use by another app.

## Declaration

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