diff --git a/examples/webrtc_dummy.rs b/examples/webrtc_dummy.rs index cd8d1b0..88ac9be 100644 --- a/examples/webrtc_dummy.rs +++ b/examples/webrtc_dummy.rs @@ -4,6 +4,8 @@ use bytes::BytesMut; use hbb_common::ResultType; +/// Dummy implementation of WebRTCStream used when the `webrtc` feature is disabled. +/// This struct allows the code to compile and run without actual WebRTC functionality. pub struct WebRTCStream { // mock struct }