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