Update examples/webrtc_dummy.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
lichon
2025-11-17 15:01:47 +08:00
committed by GitHub
parent 2dc15df250
commit 652f68fd54

View File

@@ -17,7 +17,7 @@ impl Clone for WebRTCStream {
}
impl WebRTCStream {
pub async fn new(_: &str, _: u64) -> ResultType<Self> {
pub async fn new(_: &str, _: bool, _: u64) -> ResultType<Self> {
Ok(Self {})
}