aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/screenshare.ts
Commit message (Collapse)AuthorAge
* fix: screenshare feature not working on Teams (#1733)Libravatar André Oliveira2024-05-02
|
* fix: desktopCapturer in electron 17+ (fixes #59)Libravatar Kristóf Marussy2022-04-29
| | | | | | | | | | | Since electron 17, desktopCapturer is only available in the main process: https://www.electronjs.org/blog/electron-17-0#desktopcapturergetsources-in-the-renderer This patch adds a new IPC message from the service renderer to the main process so it can still invoke desktopCapturer.getSources Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* chore: convert various JS to TS (#2062)Libravatar Markus Hatvan2021-10-14