This commit is contained in:
yj 2025-02-10 09:17:24 +08:00
parent d45cc15b1f
commit 0c052a6cd0
1 changed files with 7 additions and 0 deletions

View File

@ -1281,6 +1281,13 @@ const Meeting: React.FC = () => {
channelId: connection.channelId, channelId: connection.channelId,
renderMode: RenderModeType.RenderModeFit renderMode: RenderModeType.RenderModeFit
}); });
setCurrentVideoUid(res => {
if (String(remoteUid) === res) {
getShowUser();
}
return res
})
} }
}, },
onAudioVolumeIndication: async (speakers: AudioVolumeInfo[]) => { onAudioVolumeIndication: async (speakers: AudioVolumeInfo[]) => {