This commit is contained in:
parent
7786cd306b
commit
297946ed02
|
|
@ -581,9 +581,9 @@ const Meeting: React.FC = () => {
|
|||
}
|
||||
// 渲染视频
|
||||
const renderVideo = async (uid: string = ''): Promise<void> => {
|
||||
if ((uid && currentVideoId === uid) || clickCurrentLookUserStatus === false) {
|
||||
return
|
||||
}
|
||||
// if ((uid && currentVideoId === uid) || clickCurrentLookUserStatus === false) {
|
||||
// return
|
||||
// }
|
||||
setClickCurrentLookUserStatus(false)
|
||||
setCurrentLookUserStatus(0)
|
||||
setRoomUserList((list: any) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue