I saw few application which maintains multiple windows but only main window is visible to the users. But when I try to share window in Zoom meeting I am able to see those multiple windows of same application. Each window have different views.
Example of such application is Adobe XD.
How can I achive this behaviour in my electron application? I tried to pass show: false in my second electron window of same application but its not visible for to be shared in Zoom meeting.
Can this be possbile in Electron.js application?