I am trying to build screensharing over the browser. I am trying to find the best native implementation and did some initial online research
- MediaDevices.getUserMedia() - available in FF. In chrome its a little weird
- WebRTC Tab Content Capture - I see its in proposal stage
- Screensharing a browser tab in HTML5 - A blog explaining other methods
Researching above everything seems to be around 2012 time frame and I want to know what is the latest?
Question: Which current technologies/javascript API can i use and what is its support across browsers