Re: [mediacapture-screen-share] Screenshot (still image) capability (#107)

@jordanaustin Before executing `getDisplayMedia()` you could provide a notification to the user that the captured screen will be used only for a single still image, and advise the user to select "**Chrome Tab**", which sets the focus to the selected tab (useful when the captured `window` created by `window.open()`), then notify the user when the `MediaStreamTrack` `enabled` property is set to `false` and `stop()` is called. At the example, `.close()` should also be executed on the `BroadcastChannel` (or other messaging API) instance.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/107#issuecomment-495235141 using your GitHub account

Received on Thursday, 23 May 2019 14:10:10 UTC