0.1.7 • Published 7 years ago

cordova-plugin-twilio-common v0.1.7

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
7 years ago

cordova-plugin-twilio-common

NPM Build Status

This plugin offers support of twilio-common.js package (and AccessManager in particular) for Apache Cordova

Usage

After this plugin installation twilio-common.js is available in your Cordova project using TwilioCommon accessor.

Example of usage:

   var accessManager = new TwilioCommon.AccessManager(token);