yangjie #49

Merged
yangqiang merged 71 commits from yangjie into master 2025-03-10 14:21:26 +08:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit b689fa0f76 - Show all commits

View File

@ -1328,6 +1328,12 @@ const Meeting: React.FC = () => {
channelId: connection.channelId, channelId: connection.channelId,
renderMode: RenderModeType.RenderModeFit renderMode: RenderModeType.RenderModeFit
}) })
setCurrentVideoId((res: any) => {
if (res === String(remoteUid)) {
renderVideo(String(remoteUid))
}
return res
})
}, 1000); }, 1000);
} }
} }