Skip to content

Commit 28558ee

Browse files
authored
Update WEBRTC_TAG constant to new version
1 parent d1b7fdb commit 28558ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webrtc-sys/build/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use regex::Regex;
2828
use reqwest::StatusCode;
2929

3030
pub const SCRATH_PATH: &str = "livekit_webrtc";
31-
pub const WEBRTC_TAG: &str = "webrtc-a970b87-2";
31+
pub const WEBRTC_TAG: &str = "webrtc-2fcf4db";
3232
pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"];
3333

3434
pub fn target_os() -> String {

0 commit comments

Comments
 (0)