mediasoup

Module webrtc_server

Source
Expand description

A WebRTC server brings the ability to listen on a single UDP/TCP port for multiple WebRtcTransports.

A WebRTC server exists within the context of a Worker, meaning that if your app launches N workers it also needs to create N WebRTC servers listening on different ports (to not collide). The WebRTC transport implementation of mediasoup is ICE Lite, meaning that it does not initiate ICE connections but expects ICE Binding Requests from endpoints.

Structsยง