yangjie #22
|
|
@ -1574,6 +1574,13 @@ const Meeting: React.FC = () => {
|
|||
setIsScreenCapture(true)
|
||||
window.electron.setViewStatus('hide')
|
||||
if (!isOpen) {
|
||||
window.electron.createChildWindow({
|
||||
url: location.origin + `/#/noticeWindow`,
|
||||
width: 388,
|
||||
height: 150,
|
||||
key: 'noticeWindow',
|
||||
show: true,
|
||||
})
|
||||
window.electron.createChildWindow({
|
||||
url: location.origin + `/#/shareScreenWindow`,
|
||||
width: 400,
|
||||
|
|
@ -1595,13 +1602,6 @@ const Meeting: React.FC = () => {
|
|||
key: 'currentSpeakUserWindow',
|
||||
show: true,
|
||||
})
|
||||
window.electron.createChildWindow({
|
||||
url: location.origin + `/#/noticeWindow`,
|
||||
width: 388,
|
||||
height: 150,
|
||||
key: 'noticeWindow',
|
||||
show: true,
|
||||
})
|
||||
window.electron.createChildWindow({
|
||||
url: location.origin + `/#/chatBigWindow`,
|
||||
width: 540,
|
||||
|
|
|
|||
Loading…
Reference in New Issue