From 14a115f37203510309531def9600bd6216fc04ac Mon Sep 17 00:00:00 2001 From: Varun Pratap Singh Date: Mon, 12 Jan 2026 18:12:27 +0530 Subject: [PATCH] changelog: add fragments for PR #3410 --- changelog/3410.added.md | 1 + changelog/3410.changed.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/3410.added.md create mode 100644 changelog/3410.changed.md diff --git a/changelog/3410.added.md b/changelog/3410.added.md new file mode 100644 index 000000000..094532343 --- /dev/null +++ b/changelog/3410.added.md @@ -0,0 +1 @@ +- Added `VonageFrameSerializer` for the Vonage Video API Audio Connector WebSocket protocol. diff --git a/changelog/3410.changed.md b/changelog/3410.changed.md new file mode 100644 index 000000000..0be207c65 --- /dev/null +++ b/changelog/3410.changed.md @@ -0,0 +1 @@ +- Enhanced `FastAPIWebsocketTransport` with optional protocol-level audio packetization to support media endpoints requiring strict framing and real-time pacing.