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.
2 parents 27d5533 + e629e32 commit c855974Copy full SHA for c855974
ios/RNCallKeep/RNCallKeep.m
@@ -894,7 +894,7 @@ - (void)configureAudioSession
894
#endif
895
896
AVAudioSession* audioSession = [AVAudioSession sharedInstance];
897
- [audioSession setCategory:AVAudioSessionCategoryPlayAndRecord withOptions:AVAudioSessionCategoryOptionAllowBluetooth error:nil];
+ [audioSession setCategory:AVAudioSessionCategoryPlayAndRecord withOptions:AVAudioSessionCategoryOptionAllowBluetooth | AVAudioSessionCategoryOptionAllowBluetoothA2DP error:nil];
898
899
[audioSession setMode:AVAudioSessionModeDefault error:nil];
900
0 commit comments