This commit is contained in:
yj 2024-08-19 10:39:43 +08:00
commit 822330439c
1 changed files with 1 additions and 0 deletions

View File

@ -460,6 +460,7 @@ const Meeting: React.FC = () => {
// 渲染视频 // 渲染视频
const renderVideo = async (uid: string): Promise<void> => { const renderVideo = async (uid: string): Promise<void> => {
if (currentVideoId === uid || clickCurrentLookUserStatus === false) { if (currentVideoId === uid || clickCurrentLookUserStatus === false) {
return return
} }
setClickCurrentLookUserStatus(false) setClickCurrentLookUserStatus(false)