[mediacapture-main] What happens for live tracks in case permission is revoked (#711)

youennf has just created a new issue for https://github.com/w3c/mediacapture-main:

== What happens for live tracks in case permission is revoked ==
Spec seems to indicate that if permission is revoked, corresponding tracks get ended.
> When a MediaStreamTrack object ends for any reason (e.g., because the user rescinds the permission for the page to use the local camera...

There is no MUST statement though.
In the case permission API exposes a change of the policy (from grant to deny) to the page, the tracks should probably get ended (or muted maybe) for consistency with the policy change.

Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/711 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 14 August 2020 09:18:43 UTC