Switch to the new session API for screen-sharing (#25802)

This commit is contained in:
Šimon Brandner
2023-07-14 22:05:23 +02:00
committed by GitHub
parent a84349f969
commit 93e6ee11ab
3 changed files with 43 additions and 1 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ type ElectronChannel =
| "setBadgeCount"
| "update-downloaded"
| "userDownloadCompleted"
| "userDownloadAction";
| "userDownloadAction"
| "openDesktopCapturerSourcePicker";
declare global {
interface Window {