Re: Proposal: Time out for getUserMedia.

On 28 August 2013 23:27, Kiran Kumar <g.kiranreddy4u@gmail.com> wrote:
> 1) When a getUserMedia() is called, it will prompt for user acceptance. If
> the user closes the pop up, then the application is not receiving any error.
> So I would like to suggest that getUserMedia should respond with
> permission_denied error.
>
> 2) After calling getUserMedia(), the pop-up for user acceptance is waiting
> indefinitely for user acceptance. It would be better, if that prompt gets
> timed out after some time, and send a negative status response to the
> applications (the response may be permission_denied or user_time_out error).

It's possible to regard both of these as browser implementation
features.  Is there anything specific that you believe that the API
needs to support?

Received on Thursday, 29 August 2013 17:04:57 UTC