---
title: notifyOthersOnDeactivation
framework: avfaudio
role: symbol
role_heading: Type Property
path: avfaudio/avaudiosession/setactiveoptions/notifyothersondeactivation
---

# notifyOthersOnDeactivation

An option that indicates that the system should notify other apps that you’ve deactivated your app’s audio session.

## Declaration

```swift
static var notifyOthersOnDeactivation: AVAudioSession.SetActiveOptions { get }
```

## Discussion

Discussion When passed in the options parameter of the setActive(_:options:) instance method, this option indicates that when your audio session deactivates, other audio sessions that had been interrupted by your session can return to their active state. Only use this option when deactivating your audio session; that is, when you pass a value of false to the setActive(_:options:) instance method.

## See Also

### Getting Standard  Options

- [AVAudioSessionSetActiveFlags_NotifyOthersOnDeactivation](avfaudio/avaudiosessionsetactiveflags_notifyothersondeactivation.md)
