Re: [mediacapture-main] No way to reliably choose correct camera & microphone upfront (#656)

> _some_ subset of users will say: _"No, that's wrong. I want to use my back camera"_, and want to change it. If the prompt doesn't allow them, they'll probably to hit Deny, not Allow, and ugh.

I think you are arguing for a picker that the web app might influence for the default device to pick, but not constraining the device the user may pick.
This makes sense to me.

> I don't think so. Look at `getDisplayMedia`.

getDisplayMedia does not have all these constraints allowing to reduce the 'devices' that the user can select. getUserMedia has these constraints.

getDisplayMedia allows to capture audio but this is optional, getUserMedia does not have such 'optional' choice.

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

Received on Thursday, 16 January 2020 15:19:01 UTC