deepgram: fix an issue with user provided LiveOptions

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-27 15:17:44 -07:00
parent e987c4741a
commit 0099f60d29
2 changed files with 13 additions and 8 deletions

View File

@@ -147,6 +147,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `DeegramSTTService` connection issue when the user provided their own
`LiveOptions`.
- Fixed a `DailyTransport` issue that would cause images needing resize to block
the event loop.