TavusVideoService: fix rate limiting and max size

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-16 11:34:31 -07:00
parent ee132a2188
commit d05b2d0e8d
2 changed files with 84 additions and 22 deletions

View File

@@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `TavusVideoService` issue that was causing audio choppiness.
- Fixed an issue in `SmallWebRTCTransport` where an error was thrown if the
client did not create a video transceiver.