Hi all,
mediasoup 3.10.0 has been released. Among other improvements, it comes with a new feature that will make the devops guy at your company happy:
The new WebRtcServer
class that brings to WebRtcTransports
the ability to listen on a single UDP/TCP port (or N specified ports) per mediasoup Worker
.
- PR: WebRtcServer by ibc · Pull Request #834 · versatica/mediasoup · GitHub
- PR in mediasoup-demo project (
WebRtcServer
class usage example): Use WebRtcServer by ibc · Pull Request #110 · versatica/mediasoup-demo · GitHub
Documentation: