Releases: versatica/mediasoup
Releases Β· versatica/mediasoup
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).
3.14.14
- Sign self generated DTLS certificate with SHA256 (PR #1450).
- Node: Fix
mediasoup.types
exported types are empty (PR #1453).