This commit is contained in:
yj 2025-02-25 09:36:05 +08:00
parent caba67da14
commit b689fa0f76
1 changed files with 6 additions and 0 deletions

View File

@ -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);
}
}