Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Android/APIExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The project uses a single app to combine a variety of functionalities. Each func
<string name="agora_access_token" translatable="false">YOUR ACCESS TOKEN</string>
```

> See [Set up Authentication](https://docs.agora.io/en/Agora%20Platform/token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
> See [Get Started with Agora](https://docs.agora.io/en/Agora%20Platform/get_appid_token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
>
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.

Expand Down
2 changes: 1 addition & 1 deletion Android/APIExample/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _[English](README.md) | 中文_
<string name="agora_access_token" translatable="false">YOUR ACCESS TOKEN</string>
```

> 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
> 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
>
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。

Expand Down
2 changes: 1 addition & 1 deletion iOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The project uses a single app to combine a variety of functionalities. Each func
}
```

> See [Set up Authentication](https://docs.agora.io/en/Agora%20Platform/token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
> See [Get Started with Agora](https://docs.agora.io/en/Agora%20Platform/get_appid_token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
>
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.

Expand Down
2 changes: 1 addition & 1 deletion iOS/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pod install
}
```

> 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
> 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
>
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。

Expand Down
2 changes: 1 addition & 1 deletion macOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The project uses a single app to combine a variety of functionalities. Each func
}
```

> See [Set up Authentication](https://docs.agora.io/en/Agora%20Platform/token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
> See [Get Started with Agora](https://docs.agora.io/en/Agora%20Platform/get_appid_token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
>
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.

Expand Down
2 changes: 1 addition & 1 deletion macOS/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ _[English](README.md) | 中文_
}
```

> 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
> 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
>
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。

Expand Down
2 changes: 1 addition & 1 deletion windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The project uses a single program to combine a variety of functionalities. Each
#define APP_TOKEN ""
```

> See [Set up Authentication](https://docs.agora.io/en/Agora%20Platform/token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
> See [Get Started with Agora](https://docs.agora.io/en/Agora%20Platform/get_appid_token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
>
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.

Expand Down
6 changes: 3 additions & 3 deletions windows/README.zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# API Example iOS
# API Example Windows

_[English](README.md) | 中文_

Expand Down Expand Up @@ -71,13 +71,13 @@ _[English](README.md) | 中文_
#define APP_TOKEN ""
```

> 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
> 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
>
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。

> 为提高项目的安全性,Agora 使用 Token(动态密钥)对即将加入频道的用户进行鉴权。
>
> 临时 Token 仅作为演示和测试用途。在生产环境中,你需要自行部署服务器签发 Token,详见[生成 Token](https://docs.agora.io/cn/Interactive%20Broadcast/token_server)。
> 临时 Token 仅作为演示和测试用途。在生产环境中,你需要自行部署服务器签发 Token,详见 [生成 Token](https://docs.agora.io/cn/Interactive%20Broadcast/token_server)。

4. 选择 Win32 为运行平台版本。在 Windows 设备中构建并运行解决方案。

Expand Down