Replies: 1 comment
-
|
Related issues:
PRs:
Discussions: Possibly related (or at least semi-related) - not sure yet:
Note that I didn't check closed issues; if someone wants to go through them, be my guest. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There were several requests related to using media devices (most notably camera and microphones). Because it's difficult to keep track and some of them might've been platform-specific, outdated, or poorly titled I'll collect here all that seem relevant.
Applicability
The first question worth asking is, should the library provide APIs for managing these permissions?
IMHO, it's worth considering if the following is true:
I've done little research so I'm not currently in a position to answer the above, but maybe someone else has more insight.
Platform Support
A brief look at the documentation suggests that all browser engines support requesting permissions:
Scope
Not sure what features exactly need to be exposed, but presumably all kinds of permissions should be supported?
Next Steps
If the library should offer a platform-agnostic way of requesting permissions, a proof-of-concept might be helpful.
For now, I'll redirect all requests related to this topic here
and close the issues. As always, feedback is welcome.Beta Was this translation helpful? Give feedback.
All reactions