Re: [mediacapture-main] Add semantics choice to getUserMedia() for in-browser picker. (#667)

@getify Have not used Windows is some time. FWIW a workaround for Linux https://github.com/w3c/mediacapture-main/issues/693#issuecomment-643283729 to select _audio_ devices other than default microphone. If Native File System is not enabled by default you can launch Chrome with `--enable-experimental-web-platform-features` then use the same approach at a Windows shell script with a port of `inotify-tools` e.g., https://github.com/thekid/inotify-win to launch a native application to change the _video_ device after `getUserMedia()` has permissions, if Windows has such a display or device selection native application.

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

Received on Saturday, 20 June 2020 21:58:54 UTC