yangjie #48

Merged
yangqiang merged 10 commits from yangjie into master 2025-02-13 17:28:41 +08:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 52d8ff14b1 - Show all commits

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[]) => {