LiveKitTransport: Add support to send DTMF

This commit is contained in:
Mark Backman
2025-09-05 18:11:27 -04:00
parent 25747a001b
commit 2f44f88b08
2 changed files with 56 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add the ability to send DTMF to `LiveKitTransport`.
- Expanded support for universal `LLMContext` to the Anthropic LLM service.
Using the universal `LLMContext` and associated `LLMContextAggregatorPair` is
a pre-requisite for using `LLMSwitcher` to switch between LLMs at runtime.