Re: [mediacapture-main] Only reveal labels of devices user has given permission to (#640)

A combination of Firefox `getUserMedia()` (which lists `Monitor of <device>` for audio device) and Chromium `getDisplayMedia()` (which provides selection of "Entire Screen", "Application", and "Chromium/Chrome Tab") UI prompt as a **_multi-select_** list will solve this issue. None of the devices _not_ listed should be listed at `enumerateDevices()` or `label` and `deviceId` set to empty strings -during that permission granted session - if not explicitly selected at the initial prompt by the user.

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

Received on Thursday, 2 July 2020 15:40:11 UTC