This commit is contained in:
yj 2025-01-22 17:11:07 +08:00
parent e5c4b85dc4
commit 24a174c7b5
1 changed files with 8 additions and 3 deletions

View File

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