0.0.3 • Published 9 years ago

kurento-group-call v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

5.1.1-dev6

9 years ago

5.1.1-dev5

9 years ago

5.1.1-dev4

9 years ago

5.1.1-dev3

9 years ago

5.1.1-dev2

9 years ago

5.1.1-dev1

9 years ago

5.1.1-dev

9 years ago