diff --git a/common/darwin/Classes/AudioUtils.m b/common/darwin/Classes/AudioUtils.m index 688c749590..72136ed353 100644 --- a/common/darwin/Classes/AudioUtils.m +++ b/common/darwin/Classes/AudioUtils.m @@ -15,7 +15,7 @@ + (void)ensureAudioSessionWithRecording:(BOOL)recording { config.category = AVAudioSessionCategoryPlayAndRecord; config.categoryOptions = AVAudioSessionCategoryOptionAllowBluetooth | AVAudioSessionCategoryOptionAllowBluetoothA2DP; - config.mode = AVAudioSessionModeVoiceChat; + config.mode = AVAudioSessionModeVideoChat; [session lockForConfiguration]; [session setCategory:config.category withOptions:config.categoryOptions error:nil];