transports(daily): queue events until join completes

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-28 11:22:01 -08:00
parent cd5075ed7a
commit f024476b08
2 changed files with 24 additions and 16 deletions

View File

@@ -5,6 +5,13 @@ All notable changes to **Pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed a `DailyTransport` issue that would cause events to be triggered before
join finished.
## [0.0.54] - 2025-01-27
### Added