transports(daily): implement DailyOutputTransport.send_message

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-20 10:30:59 -07:00
parent 4053c33899
commit 83812f2671
2 changed files with 10 additions and 0 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).
## [0.0.18] - 2024-05-20
### Fixed
- Fixed an issue in `DailyOuputTransport` where transport messages were not
being sent.
## [0.0.17] - 2024-05-19
### Added