This commit is contained in:
parent
caba67da14
commit
b689fa0f76
|
|
@ -1328,6 +1328,12 @@ const Meeting: React.FC = () => {
|
|||
channelId: connection.channelId,
|
||||
renderMode: RenderModeType.RenderModeFit
|
||||
})
|
||||
setCurrentVideoId((res: any) => {
|
||||
if (res === String(remoteUid)) {
|
||||
renderVideo(String(remoteUid))
|
||||
}
|
||||
return res
|
||||
})
|
||||
}, 1000);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue