Re: [mediacapture-screen-share] why does getDisplayMedia live on navigator and not navigator.mediaDevices?

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