- From: guest271314 via GitHub <sysbot+gh@w3.org>
- Date: Thu, 24 Oct 2019 14:45:52 +0000
- To: public-webrtc-logs@w3.org
@youennf > getUserMedia is focusing on microphones and cameras, extending it to audiooutput would probably not work well. It is already possible to capture audio output with `getUserMedia()` and `enumerateDevices()`. It is simply not clear that procedure is possible. Chromium only lists microphone and camera at UI prompt. "Speakers" or "Audio Output" should be listed, where the equivalent of `enumerateDevices()` is executed internally to select `"audiooutput"` device when that option is selected at `getUserMedia()` UI permission prompt. -- GitHub Notification of comment by guest271314 Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/629#issuecomment-545953051 using your GitHub account
Received on Thursday, 24 October 2019 14:45:54 UTC