Merge pull request #358 from pipecat-ai/aleix/daily-create-room-exp-fixes

transports(daily): fixed create_room expirations
This commit is contained in:
Aleix Conchillo Flaqué
2024-08-09 09:37:01 -07:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -46,6 +46,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed and issue with `DailyRESTHelper.create_room()` expirations which would
cause this function to stop working after the initial expiration elapsed.
- Improved `EndFrame` and `CancelFrame` handling. `EndFrame` should end things
gracefully while a `CancelFrame` should cancel all running tasks as soon as
possible.