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 f5c9847 commit 88b1d49Copy full SHA for 88b1d49
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-b99fd26-6";
+pub const WEBRTC_TAG: &str = "webrtc-b99fd2c-6";
30
pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"];
31
32
pub fn target_os() -> String {
0 commit comments