This commit is contained in:
parent
e5c4b85dc4
commit
24a174c7b5
|
|
@ -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;
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue