This commit is contained in:
Dave Horton
2024-05-01 14:33:44 -04:00
parent 60a316a39f
commit 70ce876caa

View File

@@ -10,7 +10,7 @@
- Add new verb: [dub](/docs/webhooks/dub/) to insert additional audio tracks into the conversation; see [here](/docs/supporting-articles/using-dub-tracks/) for example usage.
- Add `boostAudioSignal` to [config](/docs/webhooks/config) verb allowing the volume of a conversation to be increased or lowered.
- Add support for "filler" audio to the [gather](/docs/webhooks/config) verb allowing brief audio to be played to a caller while the user application is processing a user utterance or dtmf collection, this can be useful in scenarios where an AI bot is expected to take a lengthy time to process a request
- Add [coach mode](docs/supporting-articles/conferencing-coach-mode) to conferencing, allowing for instance a manager to "whisper" to an agent on a 3-way conference with a customer
- Add [coach mode](/docs/supporting-articles/conferencing-coach-mode) to conferencing, allowing for instance a manager to "whisper" to an agent on a 3-way conference with a customer
- Add support for sending outbound OPTIONS pings to configured SIP trunks
- If Deepgram endpointing is enabled, default utterance_end_ms to 1000 if none specified by the application (per Deepgram recommendation)
- various improvements and enhancements to [node-client-ws](https://github.com/jambonz/node-client-ws)