Re: [mediacapture-main] getUserMedia: spec does not define what happens when browser gUM dialog disappears completely

IMHO, definitely an implementation issue.
The application can already detect this lost of focus using other Web 
APIs, and show a modal itself to bring the user attention's to the 
icon in the address bar. Not optimal but possible to work around the 
browser issue.

The only thing I could see being a spec issue is that the gUM call is 
not cancelable, so if the app for some reason wanted to "renew" the 
permission prompt, it has no way to do so without potentially having 
multiple outstanding requests. I believe issue #127 is talking about 
this and is already in the icebox.

-- 
GitHub Notification of comment by mhofman
Please view or discuss this issue at 
https://github.com/w3c/mediacapture-main/issues/303#issuecomment-171011398
 using your GitHub account

Received on Tuesday, 12 January 2016 18:50:53 UTC