yangjie #47

Merged
yangqiang merged 49 commits from yangjie into master 2025-01-24 13:43:09 +08:00
1 changed files with 8 additions and 3 deletions
Showing only changes of commit 24a174c7b5 - Show all commits

View File

@ -929,9 +929,14 @@ const Meeting: React.FC = () => {
break; break;
// 共享 // 共享
case 'ExitSharedScreen': case 'ExitSharedScreen':
changeStatusList({ setIsScreenCapture((res) => {
title: '共享冲突停止共享', if (res) {
}, 1, 0) changeStatusList({
title: '共享冲突停止共享',
}, 1, 0)
}
return res
})
break; break;
} }
}) })