That branch is a work in progress - not setup for iOS yet, but the code is much better and doesn't use kurento's client-side library. I'll keep improving it as I get time.
Adapted from Kurento's One2Many Demo
Start Kurento Media Server on port 8888 (default).
Enter ./server and run npm install
then start the server with node server
Open ./www/index.js and set line 1 var host =
to the ip/domain where kms and the node server are running.
Serve ./www/index.html
cd www
live-server --port=8081
Visit localhost:8081 in a browser.
Connect your iOS device to the Apple computer.
npm install xcode -g (globally or locally)
cordova platform add ios
cordova run ios --device
This is the Dockerfile I use for Kurento Media Server. I run it with --net=host to make things easier.