Skip to content

Commit c410744

Browse files
authored
Update WEBRTC_TAG constant to new version
1 parent 6643976 commit c410744

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-2fcf4db";
31+
pub const WEBRTC_TAG: &str = "webrtc-f8a0b64";
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)