Skip to main content

Module server

Module server 

Source
Expand description

Server-runtime integration surface.

The top-level runtime uses these facades for diagnostics, metrics, room management, transport construction and packet sinks. The caller-facing session API remains under crate::prelude.

Modulesยง

diagnostics
diagnostics response types used by runtime inspection endpoints
metrics
process-local metric catalog and typed recorders
packet_sinks
room packet-sink registry shared by transport workers
recording
recording sink trait used by media routing code
room
room manager, room runtime and user-session integration types
session
signaling-domain payloads shared by rooms and WebSocket sessions
source_model
source descriptor model accepted by publication and subscription flows
transport
media transport construction and extension boundary