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 cd7f26e + fabfaac commit 0fa1ba8Copy full SHA for 0fa1ba8
ios/RNCallKeep/RNCallKeep.m
@@ -751,7 +751,7 @@ - (void)configureAudioSession
751
AVAudioSession* audioSession = [AVAudioSession sharedInstance];
752
[audioSession setCategory:AVAudioSessionCategoryPlayAndRecord withOptions:AVAudioSessionCategoryOptionAllowBluetooth error:nil];
753
754
- [audioSession setMode:AVAudioSessionModeVoiceChat error:nil];
+ [audioSession setMode:AVAudioSessionModeDefault error:nil];
755
756
double sampleRate = 44100.0;
757
[audioSession setPreferredSampleRate:sampleRate error:nil];
0 commit comments