This commit is contained in:
parent
7f9e62027a
commit
52d8ff14b1
|
|
@ -1329,13 +1329,6 @@ 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[]) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue