diff --git a/getusermedia.html b/getusermedia.html index a4463e4..6ebd3aa 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -3255,6 +3255,23 @@
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.
+