Skip to content
Discussion options

You must be logged in to vote

On Windows this does not look like a missing system screen-recording setting. The macOS screen-capture permission prompt is macOS-specific; Windows should normally rely on the app/Electron permission flow.

Your second screenshot is probably the useful clue. Looking at the current AIRI source, the Electron permission handler explicitly allows local display-capture, but it only allows media permissions when they are audio-only. The tests also intentionally reject mediaTypes: ["video"] and mediaTypes: ["audio", "video"].

The vision screen-capture code then starts the stream with:

navigator.mediaDevices.getDisplayMedia({ video: true, audio: false })

So if Electron/Chromium reports the Windows…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ameciell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants