Commit 31ec3c1
Submodule client-side-javascript updated 23 files
- README.md+1-1
- kurento-chroma/bower.json+2-2
- kurento-chroma/index.html+1-1
- kurento-crowddetector/bower.json+2-2
- kurento-crowddetector/index.html+1-1
- kurento-hello-world-data-channel/bower.json+2-2
- kurento-hello-world-data-channel/index.html+1-1
- kurento-hello-world-recorder-generator/bower.json+2-2
- kurento-hello-world-recorder-generator/index.html+1-1
- kurento-hello-world/bower.json+2-2
- kurento-hello-world/index.html+1-1
- kurento-loopback-stats/bower.json+2-2
- kurento-loopback-stats/index.html+1-1
- kurento-loopback-stats/js/index.js+1-1
- kurento-magic-mirror/bower.json+2-2
- kurento-magic-mirror/index.html+1-1
- kurento-platedetector/bower.json+2-2
- kurento-platedetector/index.html+1-1
- kurento-pointerdetector/bower.json+2-2
- kurento-pointerdetector/index.html+1-1
- kurento-recorder/bower.json+2-2
- kurento-recorder/index.html+1-1
- kurento-recorder/js/index.js+20-16
- .gitreview-5
- kurento-chroma/pom.xml+4-2
- kurento-chroma/src/main/resources/static/js/index.js+1-1
- kurento-crowddetector/pom.xml+4-2
- kurento-crowddetector/src/main/resources/static/js/index.js+1-1
- kurento-group-call/pom.xml+4-2
- kurento-group-call/src/main/resources/static/js/conferenceroom.js+1-1
- kurento-hello-world-recording/pom.xml+4-2
- kurento-hello-world-recording/src/main/resources/static/js/index.js+1-1
- kurento-hello-world-repository/pom.xml+4-2
- kurento-hello-world-repository/src/main/resources/static/js/index.js+1-1
- kurento-hello-world/pom.xml+4-2
- kurento-magic-mirror/pom.xml+4-2
- kurento-magic-mirror/src/main/resources/static/js/index.js+1-1
- kurento-metadata-example/pom.xml+4-2
- kurento-metadata-example/src/main/resources/static/js/index.js+1-1
- kurento-one2many-call/pom.xml+4-2
- kurento-one2many-call/src/main/resources/static/js/index.js+1-1
- kurento-one2one-call-advanced/pom.xml+4-2
- kurento-one2one-call-advanced/src/main/java/org/kurento/tutorial/one2onecalladv/CallHandler.java+1-1
- kurento-one2one-call-advanced/src/main/resources/static/js/index.js+4-4
- kurento-one2one-call-recording/pom.xml+4-2
- kurento-one2one-call-recording/src/main/resources/static/js/index.js+1-1
- kurento-one2one-call/pom.xml+4-2
- kurento-one2one-call/src/main/java/org/kurento/tutorial/one2onecall/CallHandler.java+2-2
- kurento-one2one-call/src/main/resources/static/js/index.js+4-4
- kurento-platedetector/pom.xml+4-2
- kurento-platedetector/src/main/resources/static/js/index.js+1-1
- kurento-player/pom.xml+4-2
- kurento-player/src/main/resources/static/js/index.js+1-1
- kurento-pointerdetector/pom.xml+4-2
- kurento-pointerdetector/src/main/resources/static/js/index.js+1-1
- kurento-rtp-receiver/pom.xml+4-2
- kurento-send-data-channel/pom.xml+4-2
- kurento-send-data-channel/src/main/java/org/kurento/tutorial/senddatachannel/SendDataChannelHandler.java+1-1
- kurento-send-data-channel/src/main/resources/static/index.html+1-1
- kurento-send-data-channel/src/main/resources/static/js/index.js+1-1
- kurento-show-data-channel/pom.xml+4-2
- kurento-show-data-channel/src/main/resources/static/js/index.js+1-1
- pom.xml+1-1
- .gitignore+1
- README.md+1-1
- kurento-chroma/package.json+4-4
- kurento-chroma/server.js+2-2
- kurento-chroma/static/bower.json+1-1
- kurento-chroma/static/index.html+1-1
- kurento-chroma/static/js/index.js+1-1
- kurento-crowddetector/package.json+4-4
- kurento-crowddetector/server.js+2-2
- kurento-crowddetector/static/bower.json+1-1
- kurento-crowddetector/static/index.html+1-1
- kurento-crowddetector/static/js/index.js+1-1
- kurento-hello-world/package.json+4-4
- kurento-hello-world/server.js+2-2
- kurento-hello-world/static/bower.json+1-1
- kurento-hello-world/static/index.html+1-1
- kurento-hello-world/static/js/index.js+1-1
- kurento-magic-mirror/package.json+4-4
- kurento-magic-mirror/server.js+2-2
- kurento-magic-mirror/static/bower.json+1-1
- kurento-magic-mirror/static/index.html+1-1
- kurento-magic-mirror/static/js/index.js+1-1
- kurento-module-tests-api/package.json+1-1
- kurento-module-tests-api/test/_common.js+1-1
- kurento-one2many-call/package.json+4-4
- kurento-one2many-call/static/bower.json+1-1
- kurento-one2many-call/static/index.html+1-1
- kurento-one2many-call/static/js/index.js+1-1
- kurento-one2one-call/package.json+3-3
- kurento-one2one-call/static/bower.json+1-1
- kurento-one2one-call/static/index.html+1-1
- kurento-one2one-call/static/js/index.js+1-1
- kurento-platedetector/package.json+4-4
- kurento-platedetector/server.js+2-2
- kurento-platedetector/static/bower.json+1-1
- kurento-platedetector/static/index.html+1-1
- kurento-platedetector/static/js/index.js+1-1
- kurento-pointerdetector/package.json+4-4
- kurento-pointerdetector/server.js+2-2
- kurento-pointerdetector/static/bower.json+1-1
- kurento-pointerdetector/static/index.html+1-1
- kurento-pointerdetector/static/js/index.js+1-1
0 commit comments