1.0.3 • Published 9 years ago
twilio-sounds v1.0.3
twilio-sounds
twilio-sounds allows browser projects using the twilio.js client to package all necessary sound files instead of pulling them from the internet. This is especially helpful for chrome extensions which have strict content security policies.
Install
npm i -S twilio-soundsor
yarn add twilio-soundsUsage
import twilioSounds from 'twilio-sounds';
let twilioOptions = {sounds: twilioSounds};