fix(ios): only mute recording if mute property is set to false (#1932)
Closes #1864
This commit is contained in:
parent
32ad40c300
commit
776725ea2b
@ -522,7 +522,7 @@ static NSDictionary *defaultFaceDetectorOptions = nil;
|
||||
}
|
||||
}
|
||||
|
||||
[self updateSessionAudioIsMuted:!!options[@"mute"]];
|
||||
[self updateSessionAudioIsMuted:[options[@"mute"] boolValue]];
|
||||
|
||||
AVCaptureConnection *connection = [self.movieFileOutput connectionWithMediaType:AVMediaTypeVideo];
|
||||
if (self.videoStabilizationMode != 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user