lib-jitsi-meet
lib-jitsi-meet copied to clipboard
feat(ScreenObtainer): add support for tab capture on Electron
With https://github.com/electron/electron/pull/31204 being merged into Electron and released with Electron 17.x.x, Electron can now capture individual WebContents (Tabs). This change allows the standard flow to support tab capture
Hi, thanks for your contribution! If you haven't already done so, could you please make sure you sign our CLA (https://jitsi.org/icla for individuals and https://jitsi.org/ccla for corporations)? We would unfortunately be unable to merge your patch unless we have that piece :(.
But how to "tabs" manifest on Electron? Like Chrome tabs?
Essentially yeah, so you can have a BrowserWindow with different WebContents (Tabs), in addition capturing the WebContents also removes the Window Frame
I see. We need to make sure this does not break existing apps before landing it though.