We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c7388 commit ba342c2Copy full SHA for ba342c2
webrtc-sys/build/src/lib.rs
@@ -26,7 +26,7 @@ use regex::Regex;
26
use reqwest::StatusCode;
27
28
pub const SCRATH_PATH: &str = "livekit_webrtc";
29
-pub const WEBRTC_TAG: &str = "webrtc-7ec4c03";
+pub const WEBRTC_TAG: &str = "webrtc-ed96590";
30
pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"];
31
32
pub fn target_os() -> String {
0 commit comments