Merge pull request #3635 from pipecat-ai/filipi/fix_websocket

Fixed an error in the WebSocket transport that occurred when an InputTransportMessageFrame was received and broadcast.
This commit is contained in:
Mark Backman
2026-02-05 12:22:59 -05:00
committed by GitHub

1
changelog/3635.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed WebSocket transport error when broadcasting `InputTransportMessageFrame` by correctly instantiating the frame with its message parameter.