Skip to content

Commit

Permalink
debug audio session
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichAltheide committed Nov 24, 2023
1 parent 3e79f60 commit 566e416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/HelperTools.m
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ +(void) configureDefaultAudioSession
NSError* error;
DDLogDebug(@"configuring default audio session...");
AVAudioSessionCategoryOptions options = 0;
//options |= AVAudioSessionCategoryOptionMixWithOthers;
options |= AVAudioSessionCategoryOptionMixWithOthers;
//options |= AVAudioSessionCategoryOptionInterruptSpokenAudioAndMixWithOthers;
//options |= AVAudioSessionCategoryOptionAllowBluetooth;
//options |= AVAudioSessionCategoryOptionAllowBluetoothA2DP;
Expand Down

0 comments on commit 566e416

Please sign in to comment.