DailyTransport: added on_active_speaker_changed event handler

This commit is contained in:
Dan Berg
2025-05-07 14:30:39 +02:00
parent f6c1eb5d9d
commit 5e39c0cfeb
2 changed files with 12 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
- Added `on_active_speaker_changed` event handler to the `DailyTransport` class.
- Added `enable_ssml_parsing` and `enable_logging` to `InputParams` in
`ElevenLabsTTSService`.