--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/7170abe6-efcb-4145-bd63-a12194e5ad5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The User Agent MUST NOT create a permission storage entry with a value of "granted".
If the result is "denied", jump to the step labeled Permission Failure below. If the user never responds, this algorithm stalls on this step. [[This results in the NotAllowedError]]
If the user grants permission but a hardware error such as an OS/program/webpage lock prevents access, reject p with a new DOMException object whose name attribute has the valueNotReadableError and abort these steps.
If the result is "granted" but device access fails for any reason other than those listed above, rejectp with a new DOMException object whose name attribute has the value AbortError and abort these steps.
I think this means that the behavior you are complaining about is a bug - non-user restrictions ("any other reason") should result in NotReadableError or AbortError, not NotAllowedError. Feel free to file a bug quoting this section of the spec.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/1323c82d-7c18-4635-b47f-65fc6efa80e9%40googlegroups.com.