transports(websockets): use frame serializers during interruptions

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-02 11:01:55 -08:00
parent 32495ddd0b
commit c2135cbe11
3 changed files with 9 additions and 2 deletions

View File

@@ -22,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `WebsocketServerTransport` issue that would prevent interruptions with
`TwilioSerializer` from working.
- `DailyTransport.capture_participant_video` now allows capturing user's screen
share by simply passing `video_source="screenVideo"`.