Module wire

Module wire 

Source
Expand description

Wire Layer 0: Physical wire layer

Low-level transport implementations:

  • webrtc: WebRTC transport (DataChannel, MediaTrack, Coordinator, Signaling)
  • websocket: WebSocket transport

Note: For intra-process communication, use crate::transport::InprocTransportManager

Re-exports§

pub use webrtc::AuthConfig;
pub use webrtc::AuthType;
pub use webrtc::ReconnectConfig;
pub use webrtc::SignalingClient;
pub use webrtc::SignalingConfig;
pub use webrtc::SignalingStats;
pub use webrtc::WebRtcConnection;
pub use webrtc::WebRtcCoordinator;
pub use webrtc::WebRtcGate;
pub use webrtc::WebRtcNegotiator;
pub use webrtc::WebSocketSignalingClient;
pub use websocket::WebSocketConnection;

Modules§

webrtc
WebRTC subsystem
websocket
WebSocket subsystem

Structs§

IceServer
ICE 服务器配置
WebRtcConfig
WebRTC 配置