Re: [mediacapture-main] Move "global" internal slots to MediaDevices, and fix "relevant object" links (#939)

> A UA can stop a source and all tracks will get ended.
> This happens when for instance the camera is unplugged.

That sounds like [ends for any reason other than the stop() method being invoked](https://w3c.github.io/mediacapture-main/#ends-nostop), not [stop all sources](https://w3c.github.io/mediacapture-main/getusermedia.html#dfn-stop-all-sources) of a [global object](https://html.spec.whatwg.org/multipage/webappapis.html#global-object). Unplugging a camera should stop ONE source, ending all tracks of that source regardless of how many global objects it is associated with. 

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/pull/939#issuecomment-1458909047 using your GitHub account


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

Received on Tuesday, 7 March 2023 21:38:56 UTC