Expand description
A WebRTC server brings the ability to listen on a single UDP/TCP port for multiple
WebRtcTransport
s.
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ยง
- Empty list of listen infos provided, should have at least one element.
- A WebRTC server brings the ability to listen on a single UDP/TCP port for multiple
WebRtcTransport
s. WebRtcServer
identifier.- Struct that protects an invariant of having non-empty list of listen infos.
WebRtcServer
options.