Re: [mediacapture-main] Deprecate inputDeviceInfo.getCapabilities() for better privacy (#672)

> That API is also a trove of fingerprinting information.

But only after the web page starts capturing, so this does not happen for most web pages.

I think it would make more sense to restrict enumerateDevices so that it would only list devices that have been used and not all devices. Once a device has been used, this information is provided at the MediaStreamTrack level and can be stored by the page anyway.
This is inline with https://github.com/w3c/mediacapture-main/issues/640.

Note also that there is some interest for discovery of audio input/output capabilities in the audio WG/audio WG latest charter.

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

Received on Sunday, 29 March 2020 09:15:53 UTC