Tom Buyse
Tom Buyse
@noobi567 You can toggle it by changing the input carousel data, the change is then triggered on ngOnChanges.
Yes the incoming function is called twice. The problem occurs on Android, I have not yet tested it on iOS.
The weird thing is that the initial release works. After I have called the Twilio.Device.setup(""), no calls are being received. But when I call that same function again with a...
Ofcourse, I don't know if it's relevant but I'm using your plugin in an Ionic project (Ionic 1.0.0 rc4 and AngularJs 1.3). This is the code I'm using for the...
I have tried your proposed solution, but unfortunately the incoming function is still called twice.
I have tested this problem in a newly made project with only the basic Twilio handlers and the problem still occurs. Any update?
I seem to have fixed this issue by changing this code in the plugin ``` java if (arguments.optString(0).equals("")) { Log.d("TCPlugin","Releasing device"); cordova.getThreadPool().execute(new Runnable(){ public void run() { mDevice.release(); } });...
Twilio provides a background service with their SDK that enables the plugin to receive incoming call events. I'm also having some problems with this service though. Everything works fine for...