You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
Are you on a Mac? If so you cannot access either the camera or the microphone. This is because DeskGap is using the native installed webview (WkWebView) provided by the oS. Unfortunately, when running embedded, WkWebView's getUserMedia functionality is disabled. This cannot be changed.
I've found 2 workarounds (neither very pretty):
a) Shell out to your browser, and host your WebRTC call there.
b) Use Flash to gain the media access and handle your call within a swf that you load into your page.
How are permissions supposed to work ?
I've tried requesting microphone access, but with no success.
The text was updated successfully, but these errors were encountered: