diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index 5fdfda5fc..dd437247a 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -41,7 +41,7 @@ declare global { getUserMedia(constraints: MediaStreamConstraints | DesktopCapturerConstraints): Promise; } - export interface DesktopCapturerConstraints { + interface DesktopCapturerConstraints { audio: boolean | { mandatory: { chromeMediaSource: string; @@ -56,7 +56,7 @@ declare global { }; } - export interface DesktopCapturerSource { + interface DesktopCapturerSource { id: string; name: string; thumbnailURL: string;