transport(daily): add support for dial-in use cases

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-23 13:45:58 -07:00
parent d4219b16b8
commit c8732544c7
2 changed files with 38 additions and 8 deletions

View File

@@ -12,9 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added Daily transport `start_dialout()` to be able to make phone or SIP calls.
See https://reference-python.daily.co/api_reference.html#daily.CallClient.start_dialout
- Added Daily transport events: `on_dialin_ready`, `on_dialout_connected`,
`on_dialout_stopped`, `on_dialout_error` and `on_dialout_warning`.
See https://reference-python.daily.co/api_reference.html#daily.EventHandler
- Added Daily transport support for dial-in use cases.
- Added Daily transport events: `on_dialout_connected`, `on_dialout_stopped`,
`on_dialout_error` and `on_dialout_warning`. See
https://reference-python.daily.co/api_reference.html#daily.EventHandler
## [0.0.21] - 2024-05-22