Skip to main content

Module config

Module config 

Source
Expand description

Construction inputs for the media transport boundary.

These types are cold-path configuration and dependency carriers. They are consumed when the runtime builds the transport service and must not be consulted by packet-loop code after startup. The split keeps startup policy separate from long-lived service handles: transport config describes operator policy, while transport deps describe process services shared with metrics and recording.

Structsยง

MediaTransportConfig
operator-facing RTC transport policy used to build each RTC worker
MediaTransportDeps
Long-lived services injected into media transport construction.