Video Call (WebRTc)

WebRTC is a free and open-source project providing web browsers and mobile applications with real-time communication via application programming interfaces.

Installation

Install my-project with npm

  cd Video-Call-WebRTC

Client Side

  cd client

For Installing node_modules

npm install

Run the Server

npm start

Server Side

  cd server

For Installing node_modules

npm install

Run the Server

npm start