This commit is contained in:
parent
0b8c9cb05c
commit
4d4623b3f3
|
|
@ -1127,7 +1127,9 @@ const Meeting: React.FC = () => {
|
||||||
type: 4,
|
type: 4,
|
||||||
})
|
})
|
||||||
setIsSharePopConfirm(false)
|
setIsSharePopConfirm(false)
|
||||||
clickSharedScreen()
|
setTimeout(() => {
|
||||||
|
clickSharedScreen()
|
||||||
|
}, 1000)
|
||||||
}}
|
}}
|
||||||
onCancel={() => {
|
onCancel={() => {
|
||||||
setIsSharePopConfirm(false)
|
setIsSharePopConfirm(false)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue