Releases: versatica/mediasoup
Releases · versatica/mediasoup
3.13.5
- Fix RTCP SDES packet size calculation (PR #1236 based on PR PR #1234 by @ybybwdwd).
- RTCP Compound Packet: Use a single DLRR report to hold all ssrc info sub-blocks (PR #1237).
3.13.4
- Fix RTCP DLRR (Delay Since Last Receiver Report) block parsing (PR #1234).
3.13.2
- FBS:
LayersChangeNotification
body must be optional (fixes a crash) (PR #1227).
3.13.0
- Switch from JSON based messages to
flatbuffers
(PR #1064).
- Add
ListenInfo
in all transports and send/recv buffer size options (PR #1084).
- Add optional
rtcpListenInfo
in PlainTransportOptions
(PR #1099).
- Add pause/resume API in
DataProducer
and DataConsumer
(PR #1104).
- DataChannel subchannels feature (PR #1152).
Worker
: Make DTLS fragment stay within MTU size range (PR #1156, based on PR #1143 by @vpnts-se).
3.12.16
- Fix
IceServer
crash when client uses ICE renomination (PR #1182).
3.12.15
- Fix NPM "postinstall" task in Windows (PR #1187).
3.12.14
- CI: Use Node.js version 20 (PR #1177).
- Use given
PYTHON
environment variable (if given) when running worker/scripts/getmake.py
(PR #1186).