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 220b555 commit 91dec23Copy full SHA for 91dec23
webrtc-sys/build/src/lib.rs
@@ -27,7 +27,7 @@ use regex::Regex;
27
use reqwest::StatusCode;
28
29
pub const SCRATH_PATH: &str = "livekit_webrtc";
30
-pub const WEBRTC_TAG: &str = "webrtc-f4967ef";
+pub const WEBRTC_TAG: &str = "webrtc-ebd5a9f";
31
pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"];
32
33
pub fn target_os() -> String {
0 commit comments