transports(daily): add receiving transport messages

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-15 15:57:19 -07:00
parent 28da747f19
commit 9e22a8b4ff
2 changed files with 24 additions and 17 deletions

View File

@@ -11,15 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `DailyTransport` event `on_participant_left`.
- Added support for receiving `DailyTransportMessage`.
### Fixed
- Images are now resized to the size of the output camera.
- Fixed an issue in `DailyTransport` that would not allow the processor to
- Fixed an issue in `DailyTransport` that would not allow the input processor to
shutdown if no participant ever joined the room.
- Fixed transport start and stop. In some situation processors would halt or not
shutdown properly.
- Fixed base transports start and stop. In some situation processors would halt
or not shutdown properly.
## [0.0.13] - 2024-05-14