Add Electron IPC APIs for authenticated media

This commit is contained in:
Travis Ralston 2024-07-04 11:58:32 -06:00
parent 4ffc77dfef
commit 8e03b273ae
2 changed files with 17 additions and 1 deletions

View file

@ -33,7 +33,9 @@ type ElectronChannel =
| "update-downloaded"
| "userDownloadCompleted"
| "userDownloadAction"
| "openDesktopCapturerSourcePicker";
| "openDesktopCapturerSourcePicker"
| "userAccessToken"
| "serverSupportedVersions";
declare global {
interface Window {