This app used the Nexmo Voice APIs to demonstrate how add a Voice Whisper to a call, letting the
You will need:
- A free Nexmo account
- The Nexmo CLI installed (optional)
git clone https://github.com/nexmo/node-call-whisper.git
cd node-call-whispher
npm install
Rename the config file:
mv .env.example .env
Fill in the values in .env
as appropriate.
npm start
The application should be available on http://localhost:5000.