Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

add support for allowusermedia #778

Closed
dontcallmedom opened this issue Jan 23, 2017 · 2 comments · Fixed by #1087
Closed

add support for allowusermedia #778

dontcallmedom opened this issue Jan 23, 2017 · 2 comments · Fixed by #1087

Comments

@dontcallmedom
Copy link
Member

The Media Capture and Streams specification relies on having explicit permission granted to third-party origins when they try to invoke the getUserMedia API from an embedded context, via a allowusermedia attribute currently as currently defined in the WHATWG HTML LS (see also w3c/mediacapture-main#268 and whatwg/html#1492 ).

It would be great if this could be defined in HTML5.2 as well.

@chaals
Copy link
Collaborator

chaals commented Feb 13, 2017

@dontcallmedom what's the implementation status? Following the tealeaves there are hints that this works, but I didn't run across e.g. a test that was clearly relevant, nor an implementation report. Can you give a pointer please?

@chaals chaals added this to the HTML 5.2 WD 6 milestone Mar 5, 2017
@dontcallmedom
Copy link
Member Author

as far as I can tell, this isn't implemented yet; the closest browser bug report I have found is in Chromium's.

I have started looking at test cases, but it looks like the best approach would be to start from the tests built for allowpaymentrequest and make it applicable to getUserMedia.

@chaals chaals modified the milestones: When it's ready, HTML 5.2 WD 6 Mar 30, 2017
@siusin siusin modified the milestones: When it's ready, HTML5.3 FPWD Nov 14, 2017
@siusin siusin self-assigned this Nov 14, 2017
chaals pushed a commit that referenced this issue Dec 1, 2017
Fix #778
* add allowusermedia attr to iframe

(Note that it would be helpful to deal with #1086 to make this fit better)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants