yangjie #48

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

View File

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