Skip to content

Commit

Permalink
transport(daily): update CHANGELOG.md with dialout/dialin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed May 23, 2024
1 parent 95bd58c commit 0c33432
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to **pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- 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

## [0.0.21] - 2024-05-22

### Added
Expand Down

0 comments on commit 0c33432

Please sign in to comment.