kurento-group-call icon indicating copy to clipboard operation
kurento-group-call copied to clipboard

Results 10 kurento-group-call issues
Sort by recently updated
recently updated
newest added

do you have solution related to kurento group call into IOs Native app

onStartNewCall is not exposed, yet the example tries to call it. TypeError: kurentoGroupCall.onStartNewCall is not a function at Socket. (/home/ubuntu/webfiles/kurento-group-call-master/example/server.js:87:22)

I installed [email protected] and I was able to run the example. However, I was able to see the caller video but not the callee video ![kurento_problem](https://cloud.githubusercontent.com/assets/5933818/9051344/5078f24c-3a0e-11e5-8d8f-fa9e085cd509.png) the error that the...

user@mediasrvr:~/kurento-tutorial-node/kurento-group-call/example$ node server.js express-session deprecated undefined resave option; provide resave option server.js:55:9 express-session deprecated undefined saveUninitialized option; provide saveUninitialized option server.js:55:9 events.js:72 throw er; // Unhandled 'error' event ^ Error:...

![group_call](https://cloud.githubusercontent.com/assets/6679205/11296809/58454e80-8f9a-11e5-8ee7-93546bca42eb.png)

kurento-group-call writes some pretty long log messages to the console. It would be nice if the long messages could be trimmed to one or two lines.

Calling kurentoGroupCall.getCallIds() before calling kurentoGroupCall.start() throws the error `TypeError: Cannot read property 'getCallIds' of null`

First implementation used the term 'room' for joining users into a call. Since this term is also used by socket.io, it was changed to 'call' in order to guard against...

enhancement

It would be nice to get rid of the 'message' parameter in socket calls.

I've got a server which is using kurento-group-call. When I start a call after the server was running idle for a few minutes the call will not and I see...