Update examples/webrtc_dummy.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
lichon
2025-11-14 16:05:38 +08:00
committed by GitHub
parent 5dcfea1ee4
commit 6463ba0e52

View File

@@ -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
}