This commit is contained in:
yj 2024-08-09 14:43:04 +08:00
parent 0b8c9cb05c
commit 4d4623b3f3
1 changed files with 3 additions and 1 deletions

View File

@ -1127,7 +1127,9 @@ const Meeting: React.FC = () => {
type: 4,
})
setIsSharePopConfirm(false)
clickSharedScreen()
setTimeout(() => {
clickSharedScreen()
}, 1000)
}}
onCancel={() => {
setIsSharePopConfirm(false)