updated CHANGELOG.md with fastapi and twilio updates
This commit is contained in:
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Added new `FastAPIWebsocketTransport`. This is a new websocket transport that
|
||||||
|
can be integrated with FastAPI websockets.
|
||||||
|
|
||||||
|
- Added new `TwilioFrameSerializer`. This is a new serializer that knows how to
|
||||||
|
serialize and deserialize audio frames from Twilio.
|
||||||
|
|
||||||
- Added Daily transport event: `on_dialout_answered`. See
|
- Added Daily transport event: `on_dialout_answered`. See
|
||||||
https://reference-python.daily.co/api_reference.html#daily.EventHandler
|
https://reference-python.daily.co/api_reference.html#daily.EventHandler
|
||||||
|
|
||||||
@@ -16,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
|
- Added `twilio-chatbot`. This is an example that shows how to integrate Twilio
|
||||||
|
phone numbers with a Pipecat bot.
|
||||||
|
|
||||||
- Updated `07f-interruptible-azure.py` to use `AzureLLMService`,
|
- Updated `07f-interruptible-azure.py` to use `AzureLLMService`,
|
||||||
`AzureSTTService` and `AzureTTSService`.
|
`AzureSTTService` and `AzureTTSService`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user