From 6ad75f79fa692a5c31f76e5f7c479925019c0b0a Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Wed, 2 Mar 2022 14:24:55 +0800 Subject: [PATCH 1/8] Update README.md --- Android/APIExample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android/APIExample/README.md b/Android/APIExample/README.md index c87e7e2d6..c7bbe5903 100644 --- a/Android/APIExample/README.md +++ b/Android/APIExample/README.md @@ -65,7 +65,7 @@ The project uses a single app to combine a variety of functionalities. Each func YOUR ACCESS 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. From ff8339a3595e72dbd24cb9ec8334dd07918605bb Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Wed, 2 Mar 2022 14:36:43 +0800 Subject: [PATCH 2/8] Update README.zh.md --- Android/APIExample/README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android/APIExample/README.zh.md b/Android/APIExample/README.zh.md index 4cd20c2c3..325865f79 100644 --- a/Android/APIExample/README.zh.md +++ b/Android/APIExample/README.zh.md @@ -65,7 +65,7 @@ _[English](README.md) | 中文_ YOUR ACCESS 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 使用的频道名必须和加入频道时使用的频道名一致。 From 2c9baeffd79ea776474064a3656b047d568303fa Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Wed, 2 Mar 2022 14:38:10 +0800 Subject: [PATCH 3/8] Update README.md --- iOS/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/README.md b/iOS/README.md index fbb418643..e40eeca17 100644 --- a/iOS/README.md +++ b/iOS/README.md @@ -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. From cfc771da600921d5d0a63930228f6ac8524f3dfc Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Wed, 2 Mar 2022 14:38:59 +0800 Subject: [PATCH 4/8] Update README.zh.md --- iOS/README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/README.zh.md b/iOS/README.zh.md index a0b796bd2..34b00845d 100644 --- a/iOS/README.zh.md +++ b/iOS/README.zh.md @@ -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 使用的频道名必须和加入频道时使用的频道名一致。 From 0660c18e4ad2b2e401e15a65427b897abb75cb58 Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Wed, 2 Mar 2022 14:39:59 +0800 Subject: [PATCH 5/8] Update README.md --- macOS/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macOS/README.md b/macOS/README.md index c629a2c7d..d4d7c8020 100644 --- a/macOS/README.md +++ b/macOS/README.md @@ -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. From 083a574b3b98e301eab76e03a42e34914ba5a99c Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Wed, 2 Mar 2022 14:40:42 +0800 Subject: [PATCH 6/8] Update README.zh.md --- macOS/README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macOS/README.zh.md b/macOS/README.zh.md index 6da65b015..b544158fb 100644 --- a/macOS/README.zh.md +++ b/macOS/README.zh.md @@ -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 使用的频道名必须和加入频道时使用的频道名一致。 From 6f7c6b7e3d37f8d1fe0658caf91f4acd200ebf1c Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Wed, 2 Mar 2022 14:41:27 +0800 Subject: [PATCH 7/8] Update README.md --- windows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/README.md b/windows/README.md index b2e1021ce..8365f97ee 100644 --- a/windows/README.md +++ b/windows/README.md @@ -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. From efca13eebcbd74d02f55c57efabc60321a33df70 Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Wed, 2 Mar 2022 14:42:38 +0800 Subject: [PATCH 8/8] Update README.zh.md --- windows/README.zh.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/README.zh.md b/windows/README.zh.md index 41e8dd2bc..8f40784fe 100644 --- a/windows/README.zh.md +++ b/windows/README.zh.md @@ -1,4 +1,4 @@ -# API Example iOS +# API Example Windows _[English](README.md) | 中文_ @@ -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 设备中构建并运行解决方案。