diff --git a/getusermedia.html b/getusermedia.html index a4463e4..6ebd3aa 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -3255,6 +3255,23 @@

Implementation Suggestions

stream was affected must be removed.

+
+ Stored + Permissions + +

When permission is requested for a + device, the UA may choose to store that permission, if granted, for later + use by the same origin, so that the user does not need to + grant permission again at a later time. Such storing should + only be done when the page is secure (served over HTTPS and + having no mixed content). It is an UA choice whether it + offers functionality to store permission to each device + separately, all devices of a given class, or all devices; the + choice needs to be apparent to the user.

+

When permission is not stored, + permission should last only until such time as all + MediaStreamTracks sourced from that device have been stopped.

+
Handling multiple @@ -4661,6 +4678,7 @@

Changes since June 19, 2014

  • Bug 25784: "on air" indication is underspecified - separated "access granted" and "on air" indicators.
  • +
  • But 22214: How long do permissions persist?