One to One screensharing using WEBRTC

4.2k views Asked by At

Im developing a web application that lets users to share/access one users screen on the other, Im building it with webRTC, is it possible to do a one-to-one private sharing with webRTC? I have seen examples doing one to all videocam sharing, Im new to webRTC and not sure if there is a beginner tutorial to learn things better with this.

any sample would be more than great help!.

1

There are 1 answers

0
Obscure Geek On

Yes you can do screen sharing over WebRTC. This is a good simple demo page for Chrome. You might get a --enable-usermedia-screen-capture flag? error. In that case try this demo on Firefox.

Also note that screen sharing is only possible if your webpage is accessed using https.