Mediasoup Versions Save

Cutting Edge WebRTC Video Conferencing

3.14.3

1 week ago
  • Worker: Fix possible value overflow in FeedbackRtpTransport.cpp (PR #1386, credits to @Lynnworld).

3.14.2

1 week ago
  • Update worker subprojects (PR #1376).
  • OPUS: Fix DTX detection (PR #1357).
  • Worker: Fix sending callback leaks (PR #1383, credits to @Lynnworld).

3.14.1

1 month ago
  • Node: Bring transport rtpPacketLossReceived and rtpPacketLossSent stats back (PR #1371).

3.14.0

1 month ago
  • TransportListenInfo: Add portRange (deprecate worker port range) (PR #1365).
  • Require Node.js >= 18 (PR #1365).

3.13.24

2 months ago
  • Node: Fix missing bitrateByLayer field in stats of RtpRecvStream in Node (PR #1349).
  • Update worker dependency libuv to 1.48.0.
  • Update worker FlatBuffers to 24.3.6-1 (fix cannot set temporal layer 0) (PR #1348).

3.13.23

2 months ago
  • Fix DTLS packets do not honor configured DTLS MTU (attempt 3) (PR #1345).

3.13.22

2 months ago
  • Fix wrong publication of mediasoup NPM 3.13.21.

3.13.20

2 months ago
  • Add server side ICE consent checks to detect silent WebRTC disconnections (PR #1332).
  • Fix regression (crash) in transport-cc feedback generation (PR #1339).

3.13.19

2 months ago
  • Node: Fix router.createWebRtcTransport() with listenIps (PR #1330).

3.13.18

3 months ago
  • Make transport-cc feedback work similarly to libwebrtc (PR #1088 by @penguinol).
  • TransportListenInfo: "announced ip" can also be a hostname (PR #1322).
  • TransportListenInfo: Rename "announced ip" to "announced address" (PR #1324).
  • CI: Add macos-14.