Re: [mediacapture-screen-share] Provide a means to select only part of a screen to capture (#105)

@danjenkins Do not recollect filing Chromium and Mozilla bugs for this. For Mozilla bug would suggest incorporating the already existing screenshot code https://github.com/w3c/mediacapture-screen-share/issues/105#issuecomment-521681433 into the feature request. That is, similar to the overlay Chromium uses for `getDisplayMedia()`, the user is able to initially select a rectangle on the screen that will be captured for the duration of the stream. Relying on x, y programmatically alone will need to account for the navigation and title bars, which could be up to 30 pixels, if recall accurately when testing, thus used `window.open()`, CSS, and `requestFullScreen()` to remove those browser GUI parts from the equation.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 29 September 2020 14:50:37 UTC