Merge pull request #1105 from pipecat-ai/aleix/websocket-client

added new websocket client transport
This commit is contained in:
Aleix Conchillo Flaqué
2025-01-30 08:28:26 -08:00
committed by GitHub
5 changed files with 244 additions and 6 deletions

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added a new transport: `WebsocketClientTransport`.
- Added a `metadata` field to `Frame` which makes it possible to pass custom
data to all frames.