kurento-group-call
Version:
Simple javascript library used to initiate a group call (many to many video and audio call) using Kurento Media Server
30 lines (29 loc) • 605 B
JSON
{
"name": "kurento-groupcall",
"version": "5.1.1-dev",
"description": "Kurento Browser JavaScript Tutorial ",
"authors": [
"Kurento <info@kurento.org>"
],
"main": "index.html",
"moduleType": [
"globals"
],
"license": "LGPL",
"homepage": "http://www.kurento.org/",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.0",
"ekko-lightbox": "~3.1.4",
"draggabilly": "~1.1.1",
"adapter.js": "*",
"kurento-utils": "5.1.0"
}
}