3.0.1 • Published 4 years ago

hrs-cordova-plugin-twilio v3.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Cordova Plugin for Twilio

Cordova Plugin for Twilio SDK, based on https://github.com/jefflinwood/cordova-plugin-twiliovoicesdk

The aim of this package is to bring jefflinwoods work up to date with the latest SDKS and add further Twilio features as it is developed

Preferences

There are three preferences you will need to configure:

PreferenceExampleDescription
INCOMING_CALL_APP_NAMEPhoneAppUsers will get a notification that they have an inbound call (either a standard Push notification, or a CallKit screen) - this name is shown to the users.
ENABLE_CALL_KITtrueThis plugin has optional CallKit support for iOS 10 and above. ENABLE_CALL_KIT should be "true" or "false"
MASK_INCOMING_PHONE_NUMBERfalseThis plugin has optional ability to mask the incoming phone number. MASK_INCOMING_PHONE_NUMBER should be "true" or "false"
DEBUG_TWILIOfalseOptionally enable twilio library debugging. DEBUG_TWILIO should be "true" or "false"