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 fb1efb0 commit 65a1b02Copy full SHA for 65a1b02
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-dac8015-5";
+pub const WEBRTC_TAG: &str = "webrtc-dac8015-6";
30
pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"];
31
32
pub fn target_os() -> String {
0 commit comments