From 08c8b600798b7e533d6503a8b17b31cf7ee0b9ce Mon Sep 17 00:00:00 2001 From: guoxianzhe Date: Tue, 3 Dec 2024 09:15:19 +0000 Subject: [PATCH] feat: upgrade native sdk dependencies 20241203 --- README.md | 4 ++-- example/web/index.html | 2 +- scripts/iris_web_version.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7c5f8a25a..ef4a21127 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Download the `iris_web`(see the link below) artifact and include it as a ` ``` -Download: https://download.agora.io/sdk/release/iris-web-rtc_n450_w4220_0.8.5.js +Download: https://download.agora.io/sdk/release/iris-web-rtc_n450_w4220_0.8.6.js **For Testing Purposes** @@ -101,7 +101,7 @@ You can directly depend on the Agora CDN for testing purposes: ... ... - + ``` diff --git a/example/web/index.html b/example/web/index.html index 3d39e62ce..5494265ad 100644 --- a/example/web/index.html +++ b/example/web/index.html @@ -100,6 +100,6 @@ loadMainDartJs(); } - + diff --git a/scripts/iris_web_version.js b/scripts/iris_web_version.js index 417deb249..adccd4009 100644 --- a/scripts/iris_web_version.js +++ b/scripts/iris_web_version.js @@ -1,8 +1,8 @@ // Share the iris web url to all the tests // This url should be same as the url inside the `example/web/index.html` -const irisWebUrl = 'https://download.agora.io/sdk/release/iris-web-rtc_n450_w4220_0.8.5.js'; -const irisWebFakeUrl = 'https://download.agora.io/sdk/release/iris-web-rtc-fake_n450_w4220_0.8.5.js'; +const irisWebUrl = 'https://download.agora.io/sdk/release/iris-web-rtc_n450_w4220_0.8.6.js'; +const irisWebFakeUrl = 'https://download.agora.io/sdk/release/iris-web-rtc-fake_n450_w4220_0.8.6.js'; (function() { var scriptLoaded = false;