This commit is contained in:
parent
4520bba95d
commit
32d238fb7f
|
|
@ -1450,7 +1450,7 @@ const Meeting: React.FC = () => {
|
|||
},
|
||||
onActiveSpeaker: (_connection: RtcConnection, uid: number) => {
|
||||
setIsShare((res: any) => {
|
||||
if (!res) {
|
||||
if (!res && String(uid).length !== 9) {
|
||||
renderVideo(String(uid))
|
||||
}
|
||||
return res
|
||||
|
|
|
|||
Loading…
Reference in New Issue