Create Video calls and screen sharing using WebRTC
Leave a reply
Hi there, today we are creating a video call app using webRtc, firebase, and react.js. You can also test code available here -> Github 1. Create Room -> First, create a real-time database in firebase and create a room Id using URL params, a randomly created key in the firebase database. // reference of RD Continue Reading »