diff --git a/LFLiveKit/capture/LFVideoCapture.m b/LFLiveKit/capture/LFVideoCapture.m index 7e42a3f5..fcb78161 100755 --- a/LFLiveKit/capture/LFVideoCapture.m +++ b/LFLiveKit/capture/LFVideoCapture.m @@ -160,6 +160,7 @@ - (BOOL)torch { - (void)setMirror:(BOOL)mirror { _mirror = mirror; + [self reloadMirror]; } - (void)setBeautyFace:(BOOL)beautyFace{