DailyTransport: update start_dialout/start_recording return values

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-23 13:20:16 -07:00
parent 8b739aa444
commit bcffa590a3
2 changed files with 269 additions and 113 deletions

View File

@@ -145,6 +145,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `DailyTransport` updates: `start_dialout()` now returns two values:
`session_id` and `error`. `start_recording()` now returns two values:
`stream_id` and `error`.
- Updated `daily-python` to 0.21.0.
- `SimliVideoService` now accepts `api_key` and `face_id` parameters directly,