mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-02-16 02:20:43 +00:00
move out dummy webrtc mod
This commit is contained in:
@@ -61,10 +61,6 @@ pub mod stream;
|
||||
pub mod websocket;
|
||||
#[cfg(feature = "webrtc")]
|
||||
pub mod webrtc;
|
||||
#[cfg(not(feature = "webrtc"))]
|
||||
pub mod webrtc_dummy;
|
||||
#[cfg(not(feature = "webrtc"))]
|
||||
pub use webrtc_dummy as webrtc;
|
||||
#[cfg(any(target_os = "android", target_os = "ios"))]
|
||||
pub use rustls_platform_verifier;
|
||||
pub use stream::Stream;
|
||||
|
||||
Reference in New Issue
Block a user