WebRTC is a free and open-source project providing web browsers and mobile applications with real-time communication via application programming interfaces.
Install my-project with npm
cd Video-Call-WebRTC
cd client
For Installing node_modules
npm install
Run the Server
npm start
cd server
For Installing node_modules
npm install
Run the Server
npm start