Skip to content
forked from bbonnin/webrtc

Basic example of WebRTC (with video calls)

Notifications You must be signed in to change notification settings

hengkiardo/webrtc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC

Concrete example of WebRTC (real-time communications in web browsers).

This project aims to be a basic example of the WebRTC API and how we can make video calls with just a few lines of JavaScript. Technologies used in the project:

The call management is based on SIP with REGISTER, INVITE, ACK, BYE requests (of course, it is a simpler version :-)).

Installation

     npm install

Run

  • Start NodeJS
     node main

The application has been tested with :

  • Google Chrome v31
  • Firefox v26 (PC and Android Phone)

Snapshots

  • Chrome on PC

Caller with Chrome

  • Firefox on Android Phone

Callee with FF

About

Basic example of WebRTC (with video calls)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published