new example: dialin

This commit is contained in:
Jon Taylor
2024-06-03 18:19:22 +02:00
committed by Aleix Conchillo Flaqué
parent ed0c986218
commit de9f3e55f1
13 changed files with 903 additions and 1 deletions

View File

@@ -28,6 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue where `BaseOutputTransport` would send longer audio frames
preventing interruptions.
### Other
- Added new `dialin-chatbot` example. This examples shows how to call the bot
using a phone number.
## [0.0.29] - 2024-06-07
### Added