This commit is contained in:
parent
3fa81d97ea
commit
a323fa3be9
|
|
@ -1122,14 +1122,12 @@ const Meeting: React.FC = () => {
|
|||
description={`用户${isShareUser?.userName}正在屏幕,是否继续共享?`}
|
||||
open={isSharePopConfirm}
|
||||
onConfirm={async () => {
|
||||
setIsSharePopConfirm(false)
|
||||
await onInvoke('sendOper', {
|
||||
roomNum: state.channelId,
|
||||
type: 4,
|
||||
})
|
||||
setIsSharePopConfirm(false)
|
||||
setTimeout(() => {
|
||||
clickSharedScreen()
|
||||
}, 500)
|
||||
}}
|
||||
onCancel={() => {
|
||||
setIsSharePopConfirm(false)
|
||||
|
|
|
|||
Loading…
Reference in New Issue