diff --git a/README.md b/README.md index 7c58271d5..7c5f8a25a 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_n440_w4220_0.8.4.js +Download: https://download.agora.io/sdk/release/iris-web-rtc_n450_w4220_0.8.5.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 3a7be9b4f..3d39e62ce 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 9c6d0b642..417deb249 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_n440_w4220_0.8.4.js'; -const irisWebFakeUrl = 'https://download.agora.io/sdk/release/iris-web-rtc-fake_n440_w4220_0.8.4.js'; +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'; (function() { var scriptLoaded = false;