Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
update to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
disoul committed May 7, 2020
1 parent 968ffaa commit 64e2245
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Docs/cn/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const client: IAgoraRTCClient = AgoraRTC.createClient({ mode: "live", codec: "vp
该方法无需下载安装包。在项目 html 文件中,添加如下代码:

```html
<script src="https://download.agora.io/sdk/web/AgoraRTC_N-0.1.6.js"></script>
<script src="https://download.agora.io/sdk/web/AgoraRTC_N-0.1.7.js"></script>
```

### 方法 3. 手动下载 SDK
Expand All @@ -54,7 +54,7 @@ const client: IAgoraRTCClient = AgoraRTC.createClient({ mode: "live", codec: "vp
3. 在项目文件中,将如下代码添加到 html 中:

```html
<script src="./AgoraRTC_N-0.1.6.js"></script>
<script src="./AgoraRTC_N-0.1.7.js"></script>
```

> - 在方法 2 和方法 3 中,SDK 都会在全局导出一个 `AgoraRTC` 对象,直接访问这个对象即可操作 SDK。
Expand Down
4 changes: 2 additions & 2 deletions Docs/en/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const client: IAgoraRTCClient = AgoraRTC.createClient({ mode: "live", codec: "vp
Add the following code to the line before `<style>` in your project.

```html
<script src="https://download.agora.io/sdk/web/AgoraRTC_N-0.1.6.js"></script>
<script src="https://download.agora.io/sdk/web/AgoraRTC_N-0.1.7.js"></script>
```

### Method 3: Through the Agora website
Expand All @@ -55,7 +55,7 @@ Add the following code to the line before `<style>` in your project.

3. Add the following code to the line before `<style>` in your project.
```html
<script src="./AgoraRTC_N-0.1.6.js"></script>
<script src="./AgoraRTC_N-0.1.7.js"></script>
```

> - In method 2 and 3, the SDK fully exports an `AgoraRTC` object. You can visit the `AgoraRTC` object to operate the Agora Web SDK NG.
Expand Down
6 changes: 0 additions & 6 deletions Release/AgoraRTC_N-0.1.6.js

This file was deleted.

6 changes: 6 additions & 0 deletions Release/AgoraRTC_N-0.1.7.js

Large diffs are not rendered by default.

0 comments on commit 64e2245

Please sign in to comment.