From 9e020c17037d02b966c369a7dda8e9d91fec6553 Mon Sep 17 00:00:00 2001 From: kiraclf Date: Fri, 21 May 2021 17:36:04 +0800 Subject: [PATCH] fix after set_mirror been called nothing happened --- LFLiveKit/capture/LFVideoCapture.m | 1 + 1 file changed, 1 insertion(+) 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{