-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3c8548
commit 4b35d84
Showing
1 changed file
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,16 +21,16 @@ | |
|
||
1. 运行以下命令克隆仓库到本地: | ||
|
||
```shell | ||
git clone [email protected]:AgoraIO/API-Examples.git | ||
``` | ||
```shell | ||
git clone [email protected]:AgoraIO/API-Examples.git | ||
``` | ||
|
||
2. 该仓库中包含声网实时音频 SDK 和视频 SDK 的 Native 平台示例项目,其中 Android 平台的示例项目如下: | ||
|
||
| 路径 | 描述 | | ||
|:---------------------------|:-------------------------------| | ||
| `/Android/APIExample` | 声网**视频** SDK 的 API 使用示例。 | | ||
| `/Android/APIExample-Audio`| 声网**音频** SDK 的 API 使用示例。 | | ||
| 路径 | 描述 | | ||
|:---------------------------|:-------------------------------| | ||
| `/Android/APIExample` | 声网**视频** SDK 的 API 使用示例。 | | ||
| `/Android/APIExample-Audio`| 声网**音频** SDK 的 API 使用示例。 | | ||
|
||
//TODO: 虽然不写音频的步骤了,但是我们有纯音频的 demo 还是要提到一下。另外竞品的跑通文档有很细的目录结构,指明部分核心功能的实现去参考哪个路径下的文件,这个可以看下要不要,我们的 guide 也会提到就是了。详见 https://doc-zh.zego.im/article/3125。 | ||
|
||
|
@@ -81,8 +81,6 @@ | |
|
||
5. 编译成功后,你的 Android 设备上会出现 **Agora API Example** 应用。 | ||
|
||
6. 打开应用,体验声网视频 SDK 的基础和进阶功能。 | ||
|
||
以 **视频互动直播** 为例。点击 **视频互动直播**,输入频道 ID 并加入频道,你可以在本地视图中看到自己。此时,邀请一位朋友使用另一台设备,输入相同的频道 ID 并加入频道。你们会看到彼此,并听到彼此的声音。 | ||
6. 打开应用,体验声网视频 SDK 的基础和进阶功能。以 **视频互动直播** 为例。点击 **视频互动直播**,输入频道 ID 并加入频道,你可以在本地视图中看到自己。此时,邀请一位朋友使用另一台设备,输入相同的频道 ID 并加入频道。你们会看到彼此,并听到彼此的声音。 | ||
|
||
//TODO: 需要截图么? |