Screen Sharing - Desktop using getScreenId / getUserMedia
It would be nice if you could adopt getScreenId / getUserMedia API to enhance screenshot capture, etc to support things like iFrames, etc.
In FF it seems to work natively, in Chrome, an extension (or command line argument) is needed.
Examples and more info:
https://janus.conf.meetecho.com/screensharingtest.html https://github.com/meetecho/janus-gateway
https://www.webrtc-experiment.com/getScreenId/ https://github.com/muaz-khan/getScreenId
https://www.webrtc-experiment.com/screen-sharing/#19442016074389322 https://github.com/muaz-khan/WebRTC-Experiment/tree/master/screen-sharing
https://www.webrtc-experiment.com/Screen-Capturing/ - Click getUserMedia for a Demo.
https://medium.com/@chris_82106/implementing-webrtc-screen-sharing-in-a-web-app-late-2016-51c1a2642e4