mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-04-02 22:16:18 +00:00
fix webrtc example when webrtc disabled
This commit is contained in:
@@ -63,7 +63,7 @@ async fn main() -> Result<()> {
|
||||
// Wait for the answer to be pasted
|
||||
println!(
|
||||
"Start new terminal run: \n{} \ncopy remote endpoint and paste here",
|
||||
format!("cargo r --example webrtc -- --offer {}", local_endpoint)
|
||||
format!("cargo r --features webrtc --example webrtc -- --offer {}", local_endpoint)
|
||||
);
|
||||
// readline blocking
|
||||
let line = std::io::stdin()
|
||||
|
||||
Reference in New Issue
Block a user