- From: Luke Bjerring via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Aug 2018 19:57:55 +0000
- To: public-media-capture-logs@w3.org
lukebjerring has just created a new issue for https://github.com/w3c/mediacapture-screen-share:
== NavigatorUserMedia no longer exists ==
Found while authoring https://github.com/web-platform-tests/wpt/pull/12284
`getUserMedia` in `mediacapture-streams` adds directly to `Navigator`.
So, this (mediacapture-screen-share) should be changed to
partial interface NavigatorUserMedia {
Promise<MediaStream> getDisplayMedia(optional MediaStreamConstraints constraints);
};
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/63 using your GitHub account
Received on Thursday, 2 August 2018 19:58:32 UTC