This commit is contained in:
parent
2afcef025b
commit
96959a3e6f
|
|
@ -1011,7 +1011,7 @@ const Meeting: React.FC = () => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
setView()
|
setView()
|
||||||
}, currentVideoId ? 0 : 1500);
|
}, currentVideoId ? 0 : 1500);
|
||||||
}, [currentLookUserStatus]);
|
}, [currentLookUserStatus, currentVideoUid]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
let timer: NodeJS.Timeout;
|
let timer: NodeJS.Timeout;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue