This commit is contained in:
parent
d45cc15b1f
commit
0c052a6cd0
|
|
@ -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[]) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue