anto-christo / webrtc-calling

A simple video/audio calling application implemented using WebRTC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple video/audio peer-to-peer calling website implemented using WebRTC.

Steps to Run

  1. In the root of project, run npm install to install the dependencies (needs to be done when you run the application for the first time)
  2. In the root of project, run node server.js
  3. Open a browser and type http://localhost:3000 in the address bar of two different tabs. You can also test by opening two different browsers or different instances of the same browser.
  4. In order to test locally on two different devices, make sure both the devices are connected to the same network and type http://your_ip_address:3000 in the browsers of both the device.

Features

  • Enable/Disable outgoing audio.
  • Enable/Disable outgoing video.

Screenshots (Old UI)

screen2 screen1

Reference

https://github.com/agilityfeat/webrtc-audio-demo

About

A simple video/audio calling application implemented using WebRTC.

License:MIT License


Languages

Language:JavaScript 63.3%Language:HTML 32.8%Language:CSS 3.9%