jefflinwood / twilio_client_phonegap

Phonegap plugins for the Twilio Client iOS and Android SDKs
MIT License
59 stars 53 forks source link

There is no Twilio.Device.destroy() method #52

Open dfodor opened 8 years ago

dfodor commented 8 years ago

How to terminate active and pending connections without this method?

ishan123456789 commented 6 years ago

There is a TwilioPlugin.Device.disconnect and TwilioPlugin.Device.disconnectAll in the plugin file you can try that if needed