diff --git a/submodules/LegacyComponents/Sources/PGCameraCaptureSession.m b/submodules/LegacyComponents/Sources/PGCameraCaptureSession.m index ce08adc90c..8968d24479 100644 --- a/submodules/LegacyComponents/Sources/PGCameraCaptureSession.m +++ b/submodules/LegacyComponents/Sources/PGCameraCaptureSession.m @@ -75,6 +75,10 @@ const NSInteger PGCameraFrameRate = 30; _preferredCameraPosition = position; _currentAudioSession = [[SMetaDisposable alloc] init]; + + self.automaticallyConfiguresApplicationAudioSession = false; + self.usesApplicationAudioSession = true; + } return self; }