Releases: versatica/mediasoup
Releases Β· versatica/mediasoup
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).
3.12.11
- Google Transport Feedback: Read Reference Time field as 24bits signed as per spec (PR #1145).
3.12.10
- Node: Rename
WebRtcTransport.webRtcServerClosed()
to listenServerClosed()
(PR #1141 by @piranna).
3.12.8
- Export
workerBin
absolute path (PR #1123).
3.12.7
SimulcastConsumer
: Fix lack of "consumerlayerschange" event when all streams in the producer die (PR #1122).
3.12.6
Worker
: Add Transport::Destroying()
protected method (PR #1114).
RtpStreamRecv
: Fix jitter calculation (PR #1117, thanks to @penguinol).
- Revert "Node: make types.ts only export types rather than the entire class/code" (PR #1109) because it requires
typescript
>= 5 in the apps that import mediasoup and we don't want to be that strict yet.
3.12.5
DataConsumer
: Fix removed 'bufferedamountlow' notification (PR #1113).