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.
npm i -S twilio-sounds
or
yarn add twilio-sounds
import twilioSounds from 'twilio-sounds';
let twilioOptions = {sounds: twilioSounds};