This plugin offers support of Twilio Programmable Chat for Apache Cordova
After this plugin installation Twilio Programmable Chat is available in your Cordova project using TwilioChat
accessor.
API and interfaces are identical to Twilio Chat JavaScript library.
Example of usage:
TwilioChat.Client.create(token).then(client => {
// Use client
});