yangjie #49

Merged
yangqiang merged 71 commits from yangjie into master 2025-03-10 14:21:26 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 32d238fb7f - Show all commits

View File

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