this plugin is no longer maintained as of Oct 12th 2022. Work to support this feature in flex v2 has been transitioned over here
This a twilio Flex plugin that is intended to demonstrate how to use web APIs to select audio devices and apply them for use within Flex.
There are two notable areas where this is seperately applied.
- For use with the voice client (fully demonstrated)
- For playback of any custom sounds such as whispers when a task comes in (this is discussed but not demonstrated in full)
- Create a clone of this repository
- create your own public/appConfig.js based on the public/appConfig.example.js and include your own account number
- run npm install
- run npm start
v1.0 - initial release
Please be aware that this project has a Code of Conduct. The tldr; is to just be excellent to each other ❤️
- add redux store so output device ID can be used whenever playing a sound.