I am new to webrtc. is it possible to share screen from peer to peer?
I am new to easyrtc. is it possible to share screen from peer to peer?
I tried screen share demo example of easyrtc but i got "LocalMediaError" and i installed all required plugins also. please let me know if it possible
WebRTC is a Peer-To-Peer service where each peer is a browser, with all the constraints that it implies.
So as you've seen with easyRTC, the only way to get desktop screen sharing would be to use a browser extension.
Edit: Here is the example I came across.