From f9432ff0b4658bf21cb60a350a905e02d484bed1 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Thu, 19 Mar 2026 12:56:46 +0800 Subject: [PATCH 1/3] fix: Bump webrtc build to fix build for Android JNI prefixed. --- webrtc-sys/build/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc-sys/build/src/lib.rs b/webrtc-sys/build/src/lib.rs index 3d5cca4b1..a240dd638 100644 --- a/webrtc-sys/build/src/lib.rs +++ b/webrtc-sys/build/src/lib.rs @@ -28,7 +28,7 @@ use regex::Regex; use reqwest::StatusCode; pub const SCRATH_PATH: &str = "livekit_webrtc"; -pub const WEBRTC_TAG: &str = "webrtc-24f6822"; +pub const WEBRTC_TAG: &str = "webrtc-24f6822-2"; pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"]; pub fn target_os() -> String { From f3c22f7252a1b251e19a023e210e2dae557f226f Mon Sep 17 00:00:00 2001 From: "knope-bot[bot]" <152252888+knope-bot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 04:58:01 +0000 Subject: [PATCH 2/3] Auto generate changeset --- ...d_to_fix_build_for_android_jni_prefixed.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .changeset/fix_bump_webrtc_build_to_fix_build_for_android_jni_prefixed.md diff --git a/.changeset/fix_bump_webrtc_build_to_fix_build_for_android_jni_prefixed.md b/.changeset/fix_bump_webrtc_build_to_fix_build_for_android_jni_prefixed.md new file mode 100644 index 000000000..fdbdd1e02 --- /dev/null +++ b/.changeset/fix_bump_webrtc_build_to_fix_build_for_android_jni_prefixed.md @@ -0,0 +1,19 @@ +--- +livekit-wakeword: patch +livekit-ffi: patch +livekit-protocol: patch +yuv-sys: patch +webrtc-sys-build: patch +libwebrtc: patch +imgproc: patch +soxr-sys: patch +livekit: patch +webrtc-sys: patch +livekit-api: patch +--- + +# fix: Bump webrtc build to fix build for Android JNI prefixed. + +#954 by @cloudwebrtc + + From 90cb3ff18cc1d169ea7a5d42063bb53d3c301cd8 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Thu, 19 Mar 2026 12:58:47 +0800 Subject: [PATCH 3/3] update. --- ...brtc_build_to_fix_build_for_android_jni_prefixed.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.changeset/fix_bump_webrtc_build_to_fix_build_for_android_jni_prefixed.md b/.changeset/fix_bump_webrtc_build_to_fix_build_for_android_jni_prefixed.md index fdbdd1e02..174d5fa0e 100644 --- a/.changeset/fix_bump_webrtc_build_to_fix_build_for_android_jni_prefixed.md +++ b/.changeset/fix_bump_webrtc_build_to_fix_build_for_android_jni_prefixed.md @@ -1,15 +1,5 @@ --- -livekit-wakeword: patch -livekit-ffi: patch -livekit-protocol: patch -yuv-sys: patch webrtc-sys-build: patch -libwebrtc: patch -imgproc: patch -soxr-sys: patch -livekit: patch -webrtc-sys: patch -livekit-api: patch --- # fix: Bump webrtc build to fix build for Android JNI prefixed.