Re: [mediacapture-main] If getUserMedia access is not granted, devicechange event should only be fired if devices of a given type go from 0 to 1 or 1 to 0 (#690)

Consensus for now is 2, although User Agents can do 3.
For instance, if system has two cameras and 0 microphones, enumerateDevices will return [{"kind" : "videoinput" }].
If later on, user plugs a microphone, a devicechange will fire and enumerateDevices will return [{"kind" : "videoinput" }, {"kind": "audioinput"}].


-- 
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/690#issuecomment-623295955 using your GitHub account

Received on Monday, 4 May 2020 07:08:23 UTC