Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 955 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 955 Bytes

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