|
Rank: Newbie Groups: Member
Joined: 2/4/2019 Posts: 2
|
Hi, I'm trying to test my camera over WebRTC (https://test.webrtc.org/), but I get a message from the site that it can't find / or ain't allowed to find my camera/audio device.
I see there is some other threads about using WebRTC, so what might I'm be doing wrong when I'm not getting it to work with EO.WebBrowser? Any tips?
-- Thomas
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
Have you tried to handle the WebView's RequestPermissions event and call e.Allow() in the event handler?
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 2/4/2019 Posts: 2
|
Thanks, it worked! I learn something every day :)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Great. Glad to hear that it works!
|
|