We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea12c71 commit 954ff2aCopy full SHA for 954ff2a
common/darwin/Classes/AudioUtils.m
@@ -26,6 +26,7 @@ + (void)ensureAudioSessionWithRecording:(BOOL)recording {
26
} else if (!recording || (session.category == AVAudioSessionCategoryAmbient
27
|| session.category == AVAudioSessionCategorySoloAmbient)) {
28
config.category = AVAudioSessionCategoryPlayback;
29
+ config.categoryOptions = 0;
30
config.mode = AVAudioSessionModeDefault;
31
32
// upgrade from ambient if needed
0 commit comments