[mediacapture-screen-share] Pull Request: Fix #14 incorrect example

dstorey has just submitted a new pull request for https://github.com/w3c/mediacapture-screen-share:

== Fix #14 incorrect example ==
The example uses navigator.mediaDevices.getDisplayMedia.
The WebIDL defines it on the NavigatorUserMedia mixin that is directly mixedin to Navigator (this is how Edge implements it): https://w3c.github.io/mediacapture-main/#navigatorusermedia 
`Navigator implements NavigatorUserMedia;`

See https://github.com/w3c/mediacapture-screen-share/pull/52

Received on Monday, 6 November 2017 01:49:27 UTC