transports(daily): fix dialin-ready event handling

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-23 14:32:49 -07:00
parent b1a622971b
commit 2a6183aba5
3 changed files with 12 additions and 5 deletions

View File

@@ -5,6 +5,12 @@ 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).
## [0.0.23] - 2024-05-23
### Fixed
- Fixed an issue handling Daily transport `dialin-ready` event.
## [0.0.22] - 2024-05-23
### Added