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

`getUserMedia(deviceId: { exact: 'xyzxyzxyzxyz' })`

Which of these happens:

* The operation fails, because of the deviceID constraint, leaving us with no information from enumerateDevices to pick a different one
* The operation hunts for a different device, so ends up picking one that was not requested by the application

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


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

Received on Wednesday, 2 September 2020 16:37:38 UTC