[mediacapture-screen-share] NavigatorUserMedia no longer exists

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