diff --git a/markdown/docs/release-notes/0.9.0.md b/markdown/docs/release-notes/0.9.0.md index c11ee26..2014ee8 100644 --- a/markdown/docs/release-notes/0.9.0.md +++ b/markdown/docs/release-notes/0.9.0.md @@ -10,6 +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 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)