Re: [mediacapture-main] Bug in spec: circular dependency for enumerateDevices() (#709)

As @hills said, I think developers would likely just add a `getUserMedia({audio: true})` to get the access for `enumerateDevices()`. (We actually did that before Chrome reverted the change).

An example scenario (simplified from a real case):
* The user has multiple webcams, but only one of them is connected.
* Each webcam has its own capabilities such as 720p/1080p streaming.
* The app/website wants to open that webcam with the previous settings (say, 1080p streaming).

What's the expected flow for the above scenario?

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


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

Received on Thursday, 3 September 2020 09:13:19 UTC