- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Sat, 03 Mar 2018 16:48:55 +0000
- To: public-media-capture-logs@w3.org
Reconstructing from memory: I believe the original version was navigator.getUserMedia({video: {device=screencapture}}) - this was deemed too gross and it got changed to navigator.getDisplayMedia. This was after getUserMedia() was targeted to return promises, but before the promise-based version got moved to mediaDevices. The only *logical* argument I see is that screencaptures are not devices, so placing it on mediaDevices is odd. -- GitHub Notification of comment by alvestrand Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/55#issuecomment-370162018 using your GitHub account
Received on Saturday, 3 March 2018 16:48:57 UTC