configuresApplicationAudioSessionToMixWithOthers
A Boolean value that Indicates whether the capture session configures the app’s audio session to mix with others.
Declaration
var configuresApplicationAudioSessionToMixWithOthers: Bool { get set }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.
The default value is false.