DailyTransport: allow requesting video frames with any framerate

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-25 01:24:49 -07:00
parent 4eed335bc7
commit ecf878e14d
2 changed files with 11 additions and 2 deletions

View File

@@ -151,6 +151,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `DailyTransport` issue that was not allow capturing video frames if
framerate was greater than zero.
- Fixed a `DeegramSTTService` connection issue when the user provided their own
`LiveOptions`.