Skip to content

Releases: versatica/mediasoup

3.13.1

10 Nov 12:05
@ibc ibc
Compare
Choose a tag to compare

3.13.0

08 Nov 10:24
Compare
Choose a tag to compare
  • 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).

rust-0.12.0

27 Oct 13:26
0b4d4ef
Compare
Choose a tag to compare
rust-0.12.0

3.12.16

23 Oct 07:57
@ibc ibc
Compare
Choose a tag to compare
  • Fix IceServer crash when client uses ICE renomination (PR #1182).

3.12.15

20 Oct 15:25
@ibc ibc
Compare
Choose a tag to compare
  • Fix NPM "postinstall" task in Windows (PR #1187).

3.12.14

19 Oct 14:50
@ibc ibc
Compare
Choose a tag to compare
  • CI: Use Node.js version 20 (PR #1177).
  • Use given PYTHON environment variable (if given) when running worker/scripts/getmake.py (PR #1186).

3.12.13

20 Sep 13:31
@ibc ibc
Compare
Choose a tag to compare
  • Bump up Meson from 1.1.0 to 1.2.1 (fixes Xcode 15 build issues) (PR #1163 by @arcinston).

3.12.12

07 Sep 08:13
@ibc ibc
Compare
Choose a tag to compare

3.12.11

28 Aug 14:55
@ibc ibc
Compare
Choose a tag to compare
  • Google Transport Feedback: Read Reference Time field as 24bits signed as per spec (PR #1145).

3.12.10

11 Aug 09:32
@ibc ibc
Compare
Choose a tag to compare
  • Node: Rename WebRtcTransport.webRtcServerClosed() to listenServerClosed() (PR #1141 by @piranna).