How to make getUserMedia() method works on Chromium Web browser inside WinForms application?
- 阅读更多 关于 How to make getUserMedia() method works on Chromium Web browser inside WinForms application?
问题 I'm trying to get access to my webcam from my WinForms application using Chromium webbrowser control, to do that I installed my HTML file - which is shown below - to a server (on my machine) then I tried to navigate to it from my application but the error callback of getUserMedia() method was executed showing "Permission Denied Error", on the other hand it's working fine if I tried to navigate to it directly from chrome. So, is there anyone could know what causes this error ? // client.js