Files
localsend/packages/core/src/webrtc/mod.rs
T
2026-07-13 23:23:51 +02:00

4 lines
62 B
Rust

pub mod signaling;
#[cfg(feature = "webrtc")]
pub mod webrtc;