Added
- Added `callerId` field to `DialoutSettings`.
- Added `CallClient.start_live_stream()`, `CallClient.stop_live_stream()`,
`CallClient.update_live_stream()`, `CallClient.add_live_streaming_endpoints()`
and `CallClient.remove_live_streaming_endpoints()`.
- Added `EventHandler.on_live_stream_updated()`.
- Added support for specifying custom TURN servers via
`CallClient.set_ice_config()`.
- Added support for specifying a proxy URL via `CallClient.set_proxy_url()`.
Deprecated
- Transcription property `tier` has been deprecated. Use `model` instead.
See https://developers.deepgram.com/docs/model
Fixed
- Fixed an issue that caused app messages sent from the REST API to not be
received correctly.
- Added missing dialin/dialout handlers in `daily.pyi`.
- `EventHandler.on_dialin_answered` should be
`EventHandler.on_dialout_answered`.
- Fixed a crash caused by passing non-serializable data to
`CallClient.send_app_message`.
- Fixed `daily.pyi` type completions.