daily: add room_url property

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-19 09:29:53 -08:00
parent 211163e5c7
commit 83f1a8830d
2 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `room_url` property to `DailyTransport`.
- Added `addons` argument to `DeepgramSTTService`.
- Added `exponential_backoff_time()` to `utils.network` module.