transports: resize output image if it doesn't match camera

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-15 15:35:19 -07:00
parent 349fc526d7
commit 3d6783ddb0
4 changed files with 13 additions and 7 deletions

View File

@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Images are now resized to the size of the output camera.
- Fixed an issue in `DailyTransport` that would not allow the processor to
shutdown if no participant ever joined the room.