Twilio.js Version Support
-
For anyone trying to use this plugin. Due to the deprecation in the version of Twilio.min.js being used in this plugin (1.1) the plugin is essentially useless for those integrating with Twilio. The basic features work great without this however.
To fix this, open the /includes/ctcb_public_facing.php file and on line 118 update the Twilio.min.js URL as such:
ctcb_load_remote_js_resource("https://media.twiliocdn.com/sdk/js/client/v1.3/twilio.min.js", ctcb_loaded_twilio_client);
You should then be golden!
Please note: changing plugin files is not advised, as if the author makes any updates these changes will be lost. But, due to the author not responding as of late and no updates have been received for 2 years+…
Kudos to the author as this is a great plugin with a lot of nice enhancements!
- The topic ‘Twilio.js Version Support’ is closed to new replies.