allow specifying frame processor names

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-12 11:32:33 -07:00
parent f65f566829
commit 83f69e02fd
9 changed files with 51 additions and 36 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Allow specifying frame processors' name through a new `name` constructor
argument.
### Changed
- `daily_rest.DailyRoomProperties` now allows extra unknown parameters.