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