Re: [mediacapture-screen-share] Spec should specify a short permission lifetime (#134)

https://w3c.github.io/mediacapture-screen-share/#dom-mediadevices-getdisplaymedia includes 

> The User Agent MUST NOT create a permission storage entry with a value of "granted".

which I believe means that every call to `getDisplayMedia()` will prompt (or auto-deny). Since the result object from `getDisplayMedia()` can't outlive the tab, that caps the lifetime of the capability. It probably wouldn't be a good idea to additionally specify a wall-time limit on how long someone can share their screen.

-- 
GitHub Notification of comment by jyasskin
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/134#issuecomment-575387763 using your GitHub account

Received on Thursday, 16 January 2020 23:02:37 UTC