Hi,
We are using opentok phonegap on ANDROID . Untill yesterday it was working great like when we click on call button it take like 4 to 5 seconds to connect , publish (because of internet speed and thats ok) but from today , when we click on call , it take like 1 second and list opentok.js logs in console but no session.on event works ..
even when we try to send a signal and add a callback just like its in example :
@youtube-broadcast is this still happening? It sounds like it could be an opentok issue given that no cordova code has changed. I would file an issue with opentok. http://tokbox.com/support
Hi, We are using opentok phonegap on ANDROID . Untill yesterday it was working great like when we click on call button it take like 4 to 5 seconds to connect , publish (because of internet speed and thats ok) but from today , when we click on call , it take like 1 second and list opentok.js logs in console but no session.on event works .. even when we try to send a signal and add a callback just like its in example :
session.signal( { data:"hello" }, function(error) { if (error) { console.log("signal error ("
above code is supposed to show one of these consoles or at least call the session.on({"signal":}) but nothing working ...
same for session.connect(token) callback .. its also not working , seems like session is not connecting but it is not even showing TB Exceptions