---
title: AVAudioSessionSetActiveFlags_NotifyOthersOnDeactivation
framework: avfaudio
role: symbol
role_heading: Global Variable
path: avfaudio/avaudiosessionsetactiveflags_notifyothersondeactivation
---

# AVAudioSessionSetActiveFlags_NotifyOthersOnDeactivation

A flag that indicates that when your audio session deactivates, any audio sessions that your audio session interrupted can reactivate themselves.

## Declaration

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

## Discussion

Discussion This flag works when passed in the flags parameter of the setActive(_:withFlags:) instance method. You use this flag only when deactivating your audio session.

## See Also

### Getting Standard  Options

- [notifyOthersOnDeactivation](avfaudio/avaudiosession/setactiveoptions/notifyothersondeactivation.md)
