This commit is contained in:
yj 2025-02-13 09:47:58 +08:00
parent 7f9e62027a
commit 52d8ff14b1
1 changed files with 0 additions and 7 deletions

View File

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