DailyTransport: trigger "on_error" if transcription fails to start/stop

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-28 19:49:38 -07:00
parent bcffa590a3
commit 6299b9db87
2 changed files with 13 additions and 2 deletions

View File

@@ -145,6 +145,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `DailyTransport` triggers `on_error` event if transcription can't be started
or stopped.
- `DailyTransport` updates: `start_dialout()` now returns two values:
`session_id` and `error`. `start_recording()` now returns two values:
`stream_id` and `error`.