Files
standardnotes-app-web/packages/desktop/app/javascripts/Main/Media/MediaManagerInterface.ts

4 lines
112 B
TypeScript

export interface MediaManagerInterface {
askForMediaAccess(type: 'camera' | 'microphone'): Promise<boolean>
}