Skip to content

Commit

Permalink
feat: upgrade native sdk dependencies 20240411 (#1700)
Browse files Browse the repository at this point in the history
Update native sdk dependencies 20240411
native sdk dependencies:
```

```

iris dependencies:
```
https://download.agora.io/sdk/release/iris-web-rtc-fake_n430_w4200_0.7.0-pre.js
```

> This pull request is trigger by bot, DO NOT MODIFY BY HAND.

Co-authored-by: littleGnAl <[email protected]>
  • Loading branch information
littleGnAl and littleGnAl authored Apr 11, 2024
1 parent 4a08c4f commit 273755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/iris_web_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// 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_n430_w4200_0.6.0.js';
const irisWebFakeUrl = 'https://download.agora.io/sdk/release/iris-web-rtc-fake_n430_w4200_0.6.0.js';
const irisWebFakeUrl = 'https://download.agora.io/sdk/release/iris-web-rtc-fake_n430_w4200_0.7.0-pre.js';

(function() {
var scriptLoaded = false;
Expand Down

0 comments on commit 273755d

Please sign in to comment.