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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 1 deletions

View file

@ -32,7 +32,8 @@ type ElectronChannel =
| "setBadgeCount"
| "update-downloaded"
| "userDownloadCompleted"
| "userDownloadAction";
| "userDownloadAction"
| "openDesktopCapturerSourcePicker";
declare global {
interface Window {