Replies: 2 comments 1 reply
-
If you test with https://github.com/cefsharp/CefSharp.MinimalExample how does it behave? If that doesn't work then testing with the CEF Sample Application would be required. You'd also need to add
|
Beta Was this translation helpful? Give feedback.
-
Actually I tried it now with the There's probably still a bug with permissions because none of the permissions callbacks are invoked, but at least getting the stream works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

After getting intimidated by the text in "new issue" I decided to ask here.
I'm running the latest version of winform example, and loading this URL: https://webrtc.github.io/test-pages/src/audio-and-video/
Getting the error
User media request denied with error code 8
Looking at the code, I see it's hooking a new
ExamplePermissionHandler
that looks like it's supposed to do something when a request is initiated. The breakpoints I've put in there aren't being hit.I've added the code
And the permission state is being returned as "prompt".
Also tried adding the following lines which I saw mentioned in other issues:
Anyway, it seems this should work in the sample app out of the box no?
Beta Was this translation helpful? Give feedback.
All reactions