Arjhun777 Posted on Jan 2, 2021 • Updated on Jan 11, 2021 • Originally published at arjhun777.blogspot.com To create a video chatting and screen sharing application requires three major setup Basic React setup for handling UI. Needs Backend (Nodejs) for maintaining socket connection. Needs a peer server to maintain create peer-to-peer connection and to maintain it. 1) React basic setup with join b