This commit is contained in:
yj 2025-02-21 16:42:33 +08:00
parent 4520bba95d
commit 32d238fb7f
1 changed files with 1 additions and 1 deletions

View File

@ -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