Skip to content

tony-gutierrez/kurento-group-call

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurento Group Call

Simple javascript library build on Node.js used to initiate a group call using Kurento Media Server. This library uses WebRTC for establishing a many to many video and audio call.

This library has used this java implementatioan as a blueprint (https://github.com/Kurento/kurento-tutorial-java/tree/release-5.1/kurento-group-call).

For more in deep information please have a look at this site describing the concepts behind (http://builds.kurento.org/dev/latest/docs/tutorials/java/tutorial-6-group.html !! not available any more).

Internals

Communication / Activity Diagram

Overview Messages

Installation

You can install this nodejs library using npn (https://www.npmjs.com/package/kurento-group-call).

For starting the example:

cd example
npm install
node server.js

This example is currently only running with Chrome or Firefox.

Usage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.2%
  • CSS 13.7%
  • HTML 6.1%