asticode / go-astilectron

Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getDisplayMedia not working

itroeix opened this issue · comments

I am trying to use navigator.mediaDevices.getDisplayMedia (to view the desktop screen), when I use it I get this error:
NotFoundError: Requested device not found

Now it gives this error NotAllowedError: Permission denied

navigator.mediaDevices is not yet implemented in this lib.

I'm welcoming PRs to add support for this.