---
title: configuresApplicationAudioSessionToMixWithOthers
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturesession/configuresapplicationaudiosessiontomixwithothers
---

# configuresApplicationAudioSessionToMixWithOthers

A Boolean value that Indicates whether the capture session configures the app’s audio session to mix with others.

## Declaration

```swift
var configuresApplicationAudioSessionToMixWithOthers: Bool { get set }
```

## Discussion

Discussion By default, a capture session’s audio session interrupts the audio of other apps. To enable background audio from other apps to continue while capturing video, set this value to true. note: This property value has no effect when the value of usesApplicationAudioSession is false. It also has no effect on Live Photo movie complement capture (where music is always mixed). The default value is false.

## See Also

### Configuring the app’s audio session

- [usesApplicationAudioSession](avfoundation/avcapturesession/usesapplicationaudiosession.md)
- [automaticallyConfiguresApplicationAudioSession](avfoundation/avcapturesession/automaticallyconfiguresapplicationaudiosession.md)
- [configuresApplicationAudioSessionForBluetoothHighQualityRecording](avfoundation/avcapturesession/configuresapplicationaudiosessionforbluetoothhighqualityrecording.md)
