Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

[Question] Permissions #26

Open
Armaldio opened this issue Apr 14, 2019 · 2 comments
Open

[Question] Permissions #26

Armaldio opened this issue Apr 14, 2019 · 2 comments

Comments

@Armaldio
Copy link

How are permissions supposed to work ?

I've tried requesting microphone access, but with no success.

@andymans
Copy link

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.

@Armaldio
Copy link
Author

No, I'm on windows 10

I don't really need it. It's just for information

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants