yangjie #49
|
|
@ -1450,7 +1450,7 @@ const Meeting: React.FC = () => {
|
||||||
},
|
},
|
||||||
onActiveSpeaker: (_connection: RtcConnection, uid: number) => {
|
onActiveSpeaker: (_connection: RtcConnection, uid: number) => {
|
||||||
setIsShare((res: any) => {
|
setIsShare((res: any) => {
|
||||||
if (!res) {
|
if (!res && String(uid).length !== 9) {
|
||||||
renderVideo(String(uid))
|
renderVideo(String(uid))
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue