minor change

This commit is contained in:
lc
2025-11-15 00:27:09 +08:00
parent 955e49dc4b
commit 3a919aef54
3 changed files with 16 additions and 9 deletions

View File

@@ -20,7 +20,10 @@ use webrtc::peer_connection::math_rand_alpha;
async fn main() -> Result<()> {
#[cfg(not(feature = "webrtc"))]
if true {
println!("The webrtc feature is not enabled. Please enable the webrtc feature to run this example.");
println!(
"The webrtc feature is not enabled. \
Please enable the webrtc feature to run this example."
);
return Ok(());
}
let app = Command::new("webrtc-stream")