diff --git a/changelog/3645.fixed.md b/changelog/3645.fixed.md new file mode 100644 index 000000000..3bc4f4f5c --- /dev/null +++ b/changelog/3645.fixed.md @@ -0,0 +1 @@ +- Fixed `SmallWebRTCTransport` not respecting `TransportParams.audio_out_10ms_chunks` parameter. The transport was hardcoded to produce 10ms audio frames regardless of the configured chunk size.