-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Closed
Labels
Description
Currently in Chromium there is only support for capturing the entire desktop (using getUserMedia with chromeMediaSource: "screen". I looked at the Chromium issue tracker and I can't find anything on the roadmap for better sharing granularity (e.g. to only share 1 app window instead of the entire screen). In Chrome there is a much nicer desktopCapture API that implements this really nice popup UI as well as per-OS-window or per-browser-tab or entire screen sharing.
This is probably a longshot, but how hard would it be to add the desktopCapture Chrome Platform API to Atom Shell? I can't even find the google repo where desktopCapture is implemented...
