You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.
The issue here is that If i setup the twilio device multiple times, even if i call disconnectAll the incoming callback is called multiple times. I didn't found a way to fix this without using destroy() method. Is there any other way?
The text was updated successfully, but these errors were encountered:
The solution would be to implement a Javascript method in the plugin that replaced the existing Twilio Device in the plugin, and then calls release() if it is on Android on the Device.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The issue here is that If i setup the twilio device multiple times, even if i call disconnectAll the incoming callback is called multiple times. I didn't found a way to fix this without using destroy() method. Is there any other way?
The text was updated successfully, but these errors were encountered: