Skip to content

Commit 2b5ec8e

Browse files
committed
Update webrtc
1 parent a3604b2 commit 2b5ec8e

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@ rustflags = ["-C", "link-args=-ObjC"]
1414
rustflags = ["-C", "link-args=-ObjC"]
1515

1616
[target.aarch64-apple-ios-sim]
17-
rustflags = ["-C", "link-args=-ObjC"]
18-
19-
[env]
20-
# DO not merge! WIP change to for custom webrtc-sys build
21-
LK_CUSTOM_WEBRTC = { value = "webrtc-sys/libwebrtc/linux-x64-release", relative = true }
17+
rustflags = ["-C", "link-args=-ObjC"]

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-0001d84-2";
31+
pub const WEBRTC_TAG: &str = "webrtc-24f6822";
3232
pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"];
3333

3434
pub fn target_os() -> String {

webrtc-sys/libwebrtc/.gclient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
solutions = [
22
{
33
"name": 'src',
4-
"url": 'https://github.com/webrtc-sdk/webrtc.git@duan/hkdf-sha256-key-derivation',
4+
"url": 'https://github.com/webrtc-sdk/webrtc.git@m144_release'',
55
"custom_deps": {},
66
"deps_file": "DEPS",
77
"managed": False,

0 commit comments

Comments
 (0)