Releases: versatica/mediasoup
Releases Β· versatica/mediasoup
3.15.7
- CI: Remove redundant hosts
macos-14
and windows-2022
from mediasoup-worker-prebuild
job (PR #1506).
- Node: Modernize code (PR #1513).
- Fix wrong SCTP stream parameters in SCTP
DataConsumer
that consumes from a direct DataProducer
(PR #1516).
3.15.6
- CI: Remove deprecated
ubuntu-20.04
host and add windows-2025
and ubuntu-22.04-arm
hosts (PR #1500).
3.15.4
Worker
: Drop VP8 packets with a higher temporal layer than the current one (PR #1009).
- Fix the problem of the TCC package being omitted from being sent (PR #1492 by @penguinol).
3.15.3
- Node: Expose
Index
interface in types.indexTypes
or via import { Index as MediasoupIndex } from 'mediasoup/lib/indexTypes'
(PR #1485).
3.15.2
Worker
: Fix crash when using colliding portRange
values in different transports (PR #1469).
3.15.1
- Expose
extras
namespace which exports EnhancedEventEmitter
and enhancedOnce()
for now (PR #1464).
3.15.0
- Node: Add TypeScript interfaces for all exported classes (PR #1463).
- Node: Add new
transport.type
getter than returns 'webrtc' | 'plain' | 'pipe' | 'direct'
(PR #1463).
- Node: Add new
rtpObserver.type
getter than returns 'activespeaker' | 'audiolevel'
(PR #1463).
3.14.16
SimulcastConsumer
: Fix cannot switch layers if initial tsReferenceSpatialLayer disappears
disappears (PR #1459 by @Lynnworld).
3.14.15
- Update worker abseil-cpp dependency to 20240722.0 LTS (fixes compilation for FreeBSD systems) (PR #1457, credits to @garrettboone).