diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 703f7b4..de71e53 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -600,7 +600,7 @@ const Meeting: React.FC = () => { if ((uid && currentVideoId === uid) || clickCurrentLookUserStatus === false) { return } - if (!uid) uid = userInfo.uid + // if (!uid) uid = userInfo.uid setClickCurrentLookUserStatus(false) setCurrentLookUserStatus(0) setRoomUserList((res: any) => { @@ -883,7 +883,7 @@ const Meeting: React.FC = () => { agora.stopScreenCapture() footerListTemplate[1][0].title = '共享屏幕' setFooterList(footerListTemplate) - renderVideo() + // renderVideo() } // 获取房间用户 const getRoomUser = async (): Promise => {