Add body args support to development runner

This commit is contained in:
Mark Backman
2025-08-02 13:39:55 -04:00
parent f552ba1f5e
commit b9f770d889
2 changed files with 50 additions and 12 deletions

View File

@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added the ability to pass `body` properties to the development runner using
the `--body`/`-b` command. The `body` accepts an object provided using valid
JSON format. Currently, the `body` is only accepted when using
`DailyTransport`.
### Fixed
- Fixed an issue in `LiveKitTransport` where empty `AudioRawFrame`s were pushed