This commit is contained in:
2026-08-29 15:15:28 +01:00
parent 98dbb3d36d
commit c4a7e622b7
10 changed files with 99 additions and 56 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
//! whether the string-fixups in webrtc_ingest.rs actually match.
use std::{net::SocketAddr, time::Instant};
use str0m::{change::SdpOffer, net::Protocol, Candidate, Rtc};
use str0m::{Candidate, Rtc, change::SdpOffer, net::Protocol};
fn obs_like_offer() -> String {
let mut s = String::new();