Skip to content

A simple room based webrtc application for audio-video sharing

Notifications You must be signed in to change notification settings

marcosabcarvalho/webrtc-rooms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Multi-room audio-video conferencing tool with Socket.IO and Node.JS

It's a simple solution to connect anyone over a simple room name, without any additional plugins

So, this utility attempts to handle everything. It:

  • Simplifies the communication process, with rich user experience
  • Users can chat
  • accounts for the latest Chrome release's getUserMedia() function to run without ssl, So fake keys added.

Installation

Download

Simply clone or download the zip of the project,

Using with Node.js via npm:

Command Line:

npm install

Usage

node app.js

About

A simple room based webrtc application for audio-video sharing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • HTML 7.6%
  • CSS 6.5%