From b857f3ab7f9c523f659f525116170a6f38e44c4b Mon Sep 17 00:00:00 2001 From: sunz10 Date: Sun, 28 Jun 2020 18:13:16 +0800 Subject: [PATCH] Readme update: content of Contact Us --- Group-Video/OpenVideoCall-Android/README.md | 2 +- Group-Video/OpenVideoCall-Android/README.zh.md | 9 +++++---- Group-Video/OpenVideoCall-Linux/README.md | 2 +- Group-Video/OpenVideoCall-Linux/README.zh.md | 5 ++--- Group-Video/OpenVideoCall-Web/README.md | 2 +- Group-Video/OpenVideoCall-Web/README.zh.md | 1 + Group-Video/OpenVideoCall-Windows-MFC/README.md | 2 +- Group-Video/OpenVideoCall-Windows-MFC/README.zh.md | 3 ++- Group-Video/OpenVideoCall-Windows/README.md | 2 +- Group-Video/OpenVideoCall-Windows/README.zh.md | 1 + Group-Video/OpenVideoCall-iOS-Objective-C/README.md | 8 ++++---- .../OpenVideoCall-iOS-Objective-C/README.zh.md | 9 +++++---- Group-Video/OpenVideoCall-iOS/README.md | 8 ++++---- Group-Video/OpenVideoCall-iOS/README.zh.md | 9 +++++---- Group-Video/OpenVideoCall-macOS/README.md | 8 ++++---- Group-Video/OpenVideoCall-macOS/README.zh.md | 1 + .../Agora-Android-Tutorial-1to1/README.md | 2 +- .../Agora-Android-Tutorial-1to1/README.zh.md | 9 +++++---- .../Agora-Android-Tutorial-Kotlin-1to1/README.md | 2 +- .../Agora-Android-Tutorial-Kotlin-1to1/README.zh.md | 9 +++++---- .../Agora-Web-RTS-Tutorial-1to1-Webpack/README.md | 2 +- .../README.zh.md | 13 ++++++------- .../Agora-Web-Tutorial-1to1-React/README.md | 2 +- .../Agora-Web-Tutorial-1to1-React/README.zh.md | 9 +++++---- .../Agora-Web-Tutorial-1to1-Vue/README.md | 2 +- .../Agora-Web-Tutorial-1to1-Vue/README.zh.md | 9 +++++---- .../Agora-Web-Tutorial-1to1-Webpack/README.md | 2 +- .../Agora-Web-Tutorial-1to1-Webpack/README.zh.md | 9 +++++---- One-to-One-Video/Agora-Web-Tutorial-1to1/README.md | 2 +- .../Agora-Web-Tutorial-1to1/README.zh.md | 9 +++++---- .../Agora-Windows-Tutorial-1to1/README.md | 2 +- .../Agora-Windows-Tutorial-1to1/README.zh.md | 9 ++++++--- .../Agora-iOS-Tutorial-Objective-C-1to1/README.md | 8 ++++---- .../README.zh.md | 9 +++++---- .../Agora-iOS-Tutorial-Swift-1to1/README.md | 8 ++++---- .../Agora-iOS-Tutorial-Swift-1to1/README.zh.md | 9 +++++---- .../Agora-iOS-Tutorial-SwiftUI-1to1/README.md | 8 ++++---- .../Agora-iOS-Tutorial-SwiftUI-1to1/README.zh.md | 9 +++++---- .../Agora-macOS-Tutorial-Objective-C-1to1/README.md | 8 ++++---- .../README.zh.md | 9 +++++---- .../Agora-macOS-Tutorial-Swift-1to1/README.md | 8 ++++---- .../Agora-macOS-Tutorial-Swift-1to1/README.zh.md | 9 ++++++--- README.md | 12 +++++++++--- README.zh.md | 13 ++++++++++--- 44 files changed, 154 insertions(+), 120 deletions(-) diff --git a/Group-Video/OpenVideoCall-Android/README.md b/Group-Video/OpenVideoCall-Android/README.md index b3e26df7..48113b77 100755 --- a/Group-Video/OpenVideoCall-Android/README.md +++ b/Group-Video/OpenVideoCall-Android/README.md @@ -80,7 +80,7 @@ Or use `Gradle` to build and run. ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/Group-Video/OpenVideoCall-Android/README.zh.md b/Group-Video/OpenVideoCall-Android/README.zh.md index 259db1af..cf0d4596 100644 --- a/Group-Video/OpenVideoCall-Android/README.zh.md +++ b/Group-Video/OpenVideoCall-Android/README.zh.md @@ -69,12 +69,13 @@ ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/Group-Video/OpenVideoCall-Linux/README.md b/Group-Video/OpenVideoCall-Linux/README.md index b4152231..001a092f 100644 --- a/Group-Video/OpenVideoCall-Linux/README.md +++ b/Group-Video/OpenVideoCall-Linux/README.md @@ -74,7 +74,7 @@ openVideoCall is a commandline demo. Commands as follows: ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/Group-Video/OpenVideoCall-Linux/README.zh.md b/Group-Video/OpenVideoCall-Linux/README.zh.md index 09c81e82..5b958c10 100644 --- a/Group-Video/OpenVideoCall-Linux/README.zh.md +++ b/Group-Video/OpenVideoCall-Linux/README.zh.md @@ -77,9 +77,8 @@ command: - 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 -- 如果有售前咨询问题,可以拨打 400 632 6626 -- 如果需要售后技术支持,你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 -- 如果发现了示例代码的bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 +- 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/Group-Video/OpenVideoCall-Web/README.md b/Group-Video/OpenVideoCall-Web/README.md index 5797bbd0..fb1772a6 100755 --- a/Group-Video/OpenVideoCall-Web/README.md +++ b/Group-Video/OpenVideoCall-Web/README.md @@ -57,7 +57,7 @@ To build and run the sample application, get an App ID: ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/Group-Video/OpenVideoCall-Web/README.zh.md b/Group-Video/OpenVideoCall-Web/README.zh.md index aac5d908..4a594bc5 100644 --- a/Group-Video/OpenVideoCall-Web/README.zh.md +++ b/Group-Video/OpenVideoCall-Web/README.zh.md @@ -53,6 +53,7 @@ - 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/Group-Video/OpenVideoCall-Windows-MFC/README.md b/Group-Video/OpenVideoCall-Windows-MFC/README.md index 9e3f6aed..3e1d4332 100644 --- a/Group-Video/OpenVideoCall-Windows-MFC/README.md +++ b/Group-Video/OpenVideoCall-Windows-MFC/README.md @@ -63,7 +63,7 @@ please select the OpenVideoCall project in the Solution Explorer and right click ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/Group-Video/OpenVideoCall-Windows-MFC/README.zh.md b/Group-Video/OpenVideoCall-Windows-MFC/README.zh.md index fdb530b8..dd247193 100644 --- a/Group-Video/OpenVideoCall-Windows-MFC/README.zh.md +++ b/Group-Video/OpenVideoCall-Windows-MFC/README.zh.md @@ -62,14 +62,15 @@ Agora 视频 SDK 支持 iOS / Android / Windows / macOS 等多个平台,你可 ## 联系我们 - - 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) - 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) - 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) - 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) + ## 代码许可 The MIT License (MIT) diff --git a/Group-Video/OpenVideoCall-Windows/README.md b/Group-Video/OpenVideoCall-Windows/README.md index 7d56e0e1..89aefab1 100644 --- a/Group-Video/OpenVideoCall-Windows/README.md +++ b/Group-Video/OpenVideoCall-Windows/README.md @@ -50,7 +50,7 @@ Finally, Open OpenVideoCall.pro with your Qt5.6(or higher) and build current pro ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/Group-Video/OpenVideoCall-Windows/README.zh.md b/Group-Video/OpenVideoCall-Windows/README.zh.md index 1c15bf0f..79075680 100644 --- a/Group-Video/OpenVideoCall-Windows/README.zh.md +++ b/Group-Video/OpenVideoCall-Windows/README.zh.md @@ -55,6 +55,7 @@ Agora 视频 SDK 支持 iOS / Android / Windows / macOS 等多个平台,你可 - 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/Group-Video/OpenVideoCall-iOS-Objective-C/README.md b/Group-Video/OpenVideoCall-iOS-Objective-C/README.md index 4c872c98..ac533c6b 100644 --- a/Group-Video/OpenVideoCall-iOS-Objective-C/README.md +++ b/Group-Video/OpenVideoCall-iOS-Objective-C/README.md @@ -57,12 +57,12 @@ To build and run the sample application, get an App Id: ## Contact Us -- For potential issues, you may take a look at our [FAQ](https://docs.agora.io/en/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials -- Would like to see how Agora SDK is used in more complicated real use case? Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) +- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) -- You can find full API document at [Document Center](https://docs.agora.io/en/) -- If you encounter problems during integration, you can ask question in [Developer Forum](https://stackoverflow.com/questions/tagged/agora.io) +- You can find full API documentation at [Document Center](https://docs.agora.io/en/) +- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io) - You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## License diff --git a/Group-Video/OpenVideoCall-iOS-Objective-C/README.zh.md b/Group-Video/OpenVideoCall-iOS-Objective-C/README.zh.md index 37059fa6..7155cc2e 100644 --- a/Group-Video/OpenVideoCall-iOS-Objective-C/README.zh.md +++ b/Group-Video/OpenVideoCall-iOS-Objective-C/README.zh.md @@ -57,12 +57,13 @@ ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/Group-Video/OpenVideoCall-iOS/README.md b/Group-Video/OpenVideoCall-iOS/README.md index f260ffd6..a61c8177 100755 --- a/Group-Video/OpenVideoCall-iOS/README.md +++ b/Group-Video/OpenVideoCall-iOS/README.md @@ -52,12 +52,12 @@ To build and run the sample application, get an App Id: ## Contact Us -- For potential issues, you may take a look at our [FAQ](https://docs.agora.io/en/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials -- Would like to see how Agora SDK is used in more complicated real use case? Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) +- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) -- You can find full API document at [Document Center](https://docs.agora.io/en/) -- If you encounter problems during integration, you can ask question in [Developer Forum](https://stackoverflow.com/questions/tagged/agora.io) +- You can find full API documentation at [Document Center](https://docs.agora.io/en/) +- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io) - You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## License diff --git a/Group-Video/OpenVideoCall-iOS/README.zh.md b/Group-Video/OpenVideoCall-iOS/README.zh.md index 53090eb4..6361d116 100644 --- a/Group-Video/OpenVideoCall-iOS/README.zh.md +++ b/Group-Video/OpenVideoCall-iOS/README.zh.md @@ -53,12 +53,13 @@ static var Token: String? = <#Temp Access Token#> ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/Group-Video/OpenVideoCall-macOS/README.md b/Group-Video/OpenVideoCall-macOS/README.md index 499309d2..a6c9603d 100755 --- a/Group-Video/OpenVideoCall-macOS/README.md +++ b/Group-Video/OpenVideoCall-macOS/README.md @@ -52,12 +52,12 @@ To build and run the sample application, get an App Id: ## Contact Us -- For potential issues, you may take a look at our [FAQ](https://docs.agora.io/en/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials -- Would like to see how Agora SDK is used in more complicated real use case? Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) +- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) -- You can find full API document at [Document Center](https://docs.agora.io/en/) -- If you encounter problems during integration, you can ask question in [Developer Forum](https://stackoverflow.com/questions/tagged/agora.io) +- You can find full API documentation at [Document Center](https://docs.agora.io/en/) +- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io) - You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## License diff --git a/Group-Video/OpenVideoCall-macOS/README.zh.md b/Group-Video/OpenVideoCall-macOS/README.zh.md index b37d46ff..52bee7e3 100644 --- a/Group-Video/OpenVideoCall-macOS/README.zh.md +++ b/Group-Video/OpenVideoCall-macOS/README.zh.md @@ -59,6 +59,7 @@ - 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-Android-Tutorial-1to1/README.md b/One-to-One-Video/Agora-Android-Tutorial-1to1/README.md index c2e6160c..d488fbc0 100755 --- a/One-to-One-Video/Agora-Android-Tutorial-1to1/README.md +++ b/One-to-One-Video/Agora-Android-Tutorial-1to1/README.md @@ -79,7 +79,7 @@ Or use `Gradle` to build and run. ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/One-to-One-Video/Agora-Android-Tutorial-1to1/README.zh.md b/One-to-One-Video/Agora-Android-Tutorial-1to1/README.zh.md index 1d72bcc6..a91ff7a7 100755 --- a/One-to-One-Video/Agora-Android-Tutorial-1to1/README.zh.md +++ b/One-to-One-Video/Agora-Android-Tutorial-1to1/README.zh.md @@ -67,12 +67,13 @@ ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-Android-Tutorial-Kotlin-1to1/README.md b/One-to-One-Video/Agora-Android-Tutorial-Kotlin-1to1/README.md index a086c987..0d5783ae 100755 --- a/One-to-One-Video/Agora-Android-Tutorial-Kotlin-1to1/README.md +++ b/One-to-One-Video/Agora-Android-Tutorial-Kotlin-1to1/README.md @@ -98,7 +98,7 @@ Import the sample application into **IntelliJ IDEA** as a gradle project. ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/One-to-One-Video/Agora-Android-Tutorial-Kotlin-1to1/README.zh.md b/One-to-One-Video/Agora-Android-Tutorial-Kotlin-1to1/README.zh.md index a7b07612..68b23d79 100755 --- a/One-to-One-Video/Agora-Android-Tutorial-Kotlin-1to1/README.zh.md +++ b/One-to-One-Video/Agora-Android-Tutorial-Kotlin-1to1/README.zh.md @@ -85,12 +85,13 @@ ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-Web-RTS-Tutorial-1to1-Webpack/README.md b/One-to-One-Video/Agora-Web-RTS-Tutorial-1to1-Webpack/README.md index 3f3df3fe..4eb94ee6 100644 --- a/One-to-One-Video/Agora-Web-RTS-Tutorial-1to1-Webpack/README.md +++ b/One-to-One-Video/Agora-Web-RTS-Tutorial-1to1-Webpack/README.md @@ -46,7 +46,7 @@ To build and run the sample application, get an App ID: ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/One-to-One-Video/Agora-Web-RTS-Tutorial-1to1-Webpack/README.zh.md b/One-to-One-Video/Agora-Web-RTS-Tutorial-1to1-Webpack/README.zh.md index 43f9b0b2..4daec4a0 100644 --- a/One-to-One-Video/Agora-Web-RTS-Tutorial-1to1-Webpack/README.zh.md +++ b/One-to-One-Video/Agora-Web-RTS-Tutorial-1to1-Webpack/README.zh.md @@ -50,15 +50,14 @@ This section shows you how to prepare, and run the sample application. ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) -- 如果有售前咨询问题, 可以拨打 400 632 6626,或加入官方Q群 12742516 提问 +- 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 - 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 -- 如果发现了示例代码的 bug, 欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) +- 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-Web-Tutorial-1to1-React/README.md b/One-to-One-Video/Agora-Web-Tutorial-1to1-React/README.md index 959b0045..987a076a 100644 --- a/One-to-One-Video/Agora-Web-Tutorial-1to1-React/README.md +++ b/One-to-One-Video/Agora-Web-Tutorial-1to1-React/README.md @@ -45,7 +45,7 @@ To build and run the sample application, get an App ID: ## Resources -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/One-to-One-Video/Agora-Web-Tutorial-1to1-React/README.zh.md b/One-to-One-Video/Agora-Web-Tutorial-1to1-React/README.zh.md index f153fff9..ddc97b78 100644 --- a/One-to-One-Video/Agora-Web-Tutorial-1to1-React/README.zh.md +++ b/One-to-One-Video/Agora-Web-Tutorial-1to1-React/README.zh.md @@ -49,12 +49,13 @@ This section shows you how to prepare, and run the sample application. ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-Web-Tutorial-1to1-Vue/README.md b/One-to-One-Video/Agora-Web-Tutorial-1to1-Vue/README.md index 16137761..abe07b04 100644 --- a/One-to-One-Video/Agora-Web-Tutorial-1to1-Vue/README.md +++ b/One-to-One-Video/Agora-Web-Tutorial-1to1-Vue/README.md @@ -44,7 +44,7 @@ See [Configuration Reference](https://cli.vuejs.org/config/). ## Resources -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/One-to-One-Video/Agora-Web-Tutorial-1to1-Vue/README.zh.md b/One-to-One-Video/Agora-Web-Tutorial-1to1-Vue/README.zh.md index eb3c05d3..5fc38b7b 100644 --- a/One-to-One-Video/Agora-Web-Tutorial-1to1-Vue/README.zh.md +++ b/One-to-One-Video/Agora-Web-Tutorial-1to1-Vue/README.zh.md @@ -44,12 +44,13 @@ npm run lint ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-Web-Tutorial-1to1-Webpack/README.md b/One-to-One-Video/Agora-Web-Tutorial-1to1-Webpack/README.md index 7d4eaff7..86cb3cd6 100644 --- a/One-to-One-Video/Agora-Web-Tutorial-1to1-Webpack/README.md +++ b/One-to-One-Video/Agora-Web-Tutorial-1to1-Webpack/README.md @@ -45,7 +45,7 @@ To build and run the sample application, get an App ID: ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/One-to-One-Video/Agora-Web-Tutorial-1to1-Webpack/README.zh.md b/One-to-One-Video/Agora-Web-Tutorial-1to1-Webpack/README.zh.md index 52d0c9cd..030a6e24 100644 --- a/One-to-One-Video/Agora-Web-Tutorial-1to1-Webpack/README.zh.md +++ b/One-to-One-Video/Agora-Web-Tutorial-1to1-Webpack/README.zh.md @@ -49,12 +49,13 @@ This section shows you how to prepare, and run the sample application. ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-Web-Tutorial-1to1/README.md b/One-to-One-Video/Agora-Web-Tutorial-1to1/README.md index 6ed945ea..d0b9a711 100644 --- a/One-to-One-Video/Agora-Web-Tutorial-1to1/README.md +++ b/One-to-One-Video/Agora-Web-Tutorial-1to1/README.md @@ -41,7 +41,7 @@ Download SDK into **assets** path and rename file name as **AgoraRTCSDK.js** ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/One-to-One-Video/Agora-Web-Tutorial-1to1/README.zh.md b/One-to-One-Video/Agora-Web-Tutorial-1to1/README.zh.md index 86fed21a..415a6291 100644 --- a/One-to-One-Video/Agora-Web-Tutorial-1to1/README.zh.md +++ b/One-to-One-Video/Agora-Web-Tutorial-1to1/README.zh.md @@ -41,12 +41,13 @@ ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-Windows-Tutorial-1to1/README.md b/One-to-One-Video/Agora-Windows-Tutorial-1to1/README.md index 363be630..d5b6ed9b 100755 --- a/One-to-One-Video/Agora-Windows-Tutorial-1to1/README.md +++ b/One-to-One-Video/Agora-Windows-Tutorial-1to1/README.md @@ -39,7 +39,7 @@ To build and run the sample application, get an App ID: ## Contact Us -- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) diff --git a/One-to-One-Video/Agora-Windows-Tutorial-1to1/README.zh.md b/One-to-One-Video/Agora-Windows-Tutorial-1to1/README.zh.md index 45c48f27..faf24d85 100644 --- a/One-to-One-Video/Agora-Windows-Tutorial-1to1/README.zh.md +++ b/One-to-One-Video/Agora-Windows-Tutorial-1to1/README.zh.md @@ -53,11 +53,14 @@ Agora 视频 SDK 支持 iOS / Android / Windows / macOS 等多个平台,你可 ## 联系我们 +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) -- 如果在集成中遇到问题, 你可以到 [开发者社区](https://dev.agora.io/cn/) 提问 -- 如果有售前咨询问题, 可以拨打 400 632 6626,或加入官方Q群 12742516 提问 +- 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 - 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 -- 如果发现了示例代码的 bug, 欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) +- 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-iOS-Tutorial-Objective-C-1to1/README.md b/One-to-One-Video/Agora-iOS-Tutorial-Objective-C-1to1/README.md index 100bb1a8..9a1c07b0 100644 --- a/One-to-One-Video/Agora-iOS-Tutorial-Objective-C-1to1/README.md +++ b/One-to-One-Video/Agora-iOS-Tutorial-Objective-C-1to1/README.md @@ -49,12 +49,12 @@ To build and run the sample application, get an App ID: ## Contact Us -- For potential issues, you may take a look at our [FAQ](https://docs.agora.io/en/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials -- Would like to see how Agora SDK is used in more complicated real use case? Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) +- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) -- You can find full API document at [Document Center](https://docs.agora.io/en/) -- If you encounter problems during integration, you can ask question in [Developer Forum](https://stackoverflow.com/questions/tagged/agora.io) +- You can find full API documentation at [Document Center](https://docs.agora.io/en/) +- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io) - You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## License diff --git a/One-to-One-Video/Agora-iOS-Tutorial-Objective-C-1to1/README.zh.md b/One-to-One-Video/Agora-iOS-Tutorial-Objective-C-1to1/README.zh.md index 6c43736c..dcc5c12a 100644 --- a/One-to-One-Video/Agora-iOS-Tutorial-Objective-C-1to1/README.zh.md +++ b/One-to-One-Video/Agora-iOS-Tutorial-Objective-C-1to1/README.zh.md @@ -50,12 +50,13 @@ ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-iOS-Tutorial-Swift-1to1/README.md b/One-to-One-Video/Agora-iOS-Tutorial-Swift-1to1/README.md index d001a4e5..d0b05dd8 100644 --- a/One-to-One-Video/Agora-iOS-Tutorial-Swift-1to1/README.md +++ b/One-to-One-Video/Agora-iOS-Tutorial-Swift-1to1/README.md @@ -51,12 +51,12 @@ To build and run the sample application, get an App Id: ## Contact Us -- For potential issues, you may take a look at our [FAQ](https://docs.agora.io/en/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials -- Would like to see how Agora SDK is used in more complicated real use case? Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) +- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) -- You can find full API document at [Document Center](https://docs.agora.io/en/) -- If you encounter problems during integration, you can ask question in [Developer Forum](https://stackoverflow.com/questions/tagged/agora.io) +- You can find full API documentation at [Document Center](https://docs.agora.io/en/) +- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io) - You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## License diff --git a/One-to-One-Video/Agora-iOS-Tutorial-Swift-1to1/README.zh.md b/One-to-One-Video/Agora-iOS-Tutorial-Swift-1to1/README.zh.md index 7b9b95c6..39175cf4 100644 --- a/One-to-One-Video/Agora-iOS-Tutorial-Swift-1to1/README.zh.md +++ b/One-to-One-Video/Agora-iOS-Tutorial-Swift-1to1/README.zh.md @@ -50,12 +50,13 @@ ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-iOS-Tutorial-SwiftUI-1to1/README.md b/One-to-One-Video/Agora-iOS-Tutorial-SwiftUI-1to1/README.md index c79a630b..8876b349 100644 --- a/One-to-One-Video/Agora-iOS-Tutorial-SwiftUI-1to1/README.md +++ b/One-to-One-Video/Agora-iOS-Tutorial-SwiftUI-1to1/README.md @@ -48,12 +48,12 @@ To build and run the sample application, get an App Id: ## Contact Us -- For potential issues, you may take a look at our [FAQ](https://docs.agora.io/en/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials -- Would like to see how Agora SDK is used in more complicated real use case? Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) +- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) -- You can find full API document at [Document Center](https://docs.agora.io/en/) -- If you encounter problems during integration, you can ask question in [Developer Forum](https://stackoverflow.com/questions/tagged/agora.io) +- You can find full API documentation at [Document Center](https://docs.agora.io/en/) +- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io) - You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## License diff --git a/One-to-One-Video/Agora-iOS-Tutorial-SwiftUI-1to1/README.zh.md b/One-to-One-Video/Agora-iOS-Tutorial-SwiftUI-1to1/README.zh.md index 6c376c05..cc62883b 100644 --- a/One-to-One-Video/Agora-iOS-Tutorial-SwiftUI-1to1/README.zh.md +++ b/One-to-One-Video/Agora-iOS-Tutorial-SwiftUI-1to1/README.zh.md @@ -50,12 +50,13 @@ ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-macOS-Tutorial-Objective-C-1to1/README.md b/One-to-One-Video/Agora-macOS-Tutorial-Objective-C-1to1/README.md index 87a9d24a..1b586b9b 100644 --- a/One-to-One-Video/Agora-macOS-Tutorial-Objective-C-1to1/README.md +++ b/One-to-One-Video/Agora-macOS-Tutorial-Objective-C-1to1/README.md @@ -48,12 +48,12 @@ To build and run the sample application, get an App Id: ## Contact Us -- For potential issues, you may take a look at our [FAQ](https://docs.agora.io/en/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials -- Would like to see how Agora SDK is used in more complicated real use case? Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) +- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) -- You can find full API document at [Document Center](https://docs.agora.io/en/) -- If you encounter problems during integration, you can ask question in [Developer Forum](https://stackoverflow.com/questions/tagged/agora.io) +- You can find full API documentation at [Document Center](https://docs.agora.io/en/) +- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io) - You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## License diff --git a/One-to-One-Video/Agora-macOS-Tutorial-Objective-C-1to1/README.zh.md b/One-to-One-Video/Agora-macOS-Tutorial-Objective-C-1to1/README.zh.md index 1f03b7d9..c70c6115 100644 --- a/One-to-One-Video/Agora-macOS-Tutorial-Objective-C-1to1/README.zh.md +++ b/One-to-One-Video/Agora-macOS-Tutorial-Objective-C-1to1/README.zh.md @@ -49,12 +49,13 @@ ## 联系我们 -- 如果你遇到了困难,可以先参阅[常见问题](https://docs.agora.io/cn/faq) -- 如果你想了解更多官方示例,可以参考[官方SDK示例](https://github.com/AgoraIO) -- 如果你想了解声网SDK在复杂场景下的应用,可以参考[官方场景案例](https://github.com/AgoraIO-usecase) -- 如果你想了解声网的一些社区开发者维护的项目,可以查看[社区](https://github.com/AgoraIO-Community) +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) - 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 - 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/One-to-One-Video/Agora-macOS-Tutorial-Swift-1to1/README.md b/One-to-One-Video/Agora-macOS-Tutorial-Swift-1to1/README.md index 2aca5a5d..6c259463 100644 --- a/One-to-One-Video/Agora-macOS-Tutorial-Swift-1to1/README.md +++ b/One-to-One-Video/Agora-macOS-Tutorial-Swift-1to1/README.md @@ -48,12 +48,12 @@ To build and run the sample application, get an App Id: ## Contact Us -- For potential issues, you may take a look at our [FAQ](https://docs.agora.io/en/faq) first +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials -- Would like to see how Agora SDK is used in more complicated real use case? Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) +- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case - Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) -- You can find full API document at [Document Center](https://docs.agora.io/en/) -- If you encounter problems during integration, you can ask question in [Developer Forum](https://stackoverflow.com/questions/tagged/agora.io) +- You can find full API documentation at [Document Center](https://docs.agora.io/en/) +- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io) - You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## License diff --git a/One-to-One-Video/Agora-macOS-Tutorial-Swift-1to1/README.zh.md b/One-to-One-Video/Agora-macOS-Tutorial-Swift-1to1/README.zh.md index 19f5e5d0..20b4ef09 100644 --- a/One-to-One-Video/Agora-macOS-Tutorial-Swift-1to1/README.zh.md +++ b/One-to-One-Video/Agora-macOS-Tutorial-Swift-1to1/README.zh.md @@ -49,11 +49,14 @@ ## 联系我们 +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) - 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) -- 如果在集成中遇到问题, 你可以到 [开发者社区](https://dev.agora.io/cn/) 提问 -- 如果有售前咨询问题, 可以拨打 400 632 6626,或加入官方Q群 12742516 提问 +- 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 - 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 -- 如果发现了示例代码的 bug, 欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) +- 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可 diff --git a/README.md b/README.md index 2b1431a4..1f49c532 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,15 @@ Project Folder Name|Platform|Description [OpenVideoCall-Windows](./Group-Video/OpenVideoCall-Windows)|Windows|Windows tutorial for group video calls [OpenVideoCall-Linux](./Group-Video/OpenVideoCall-Linux)|Linux|Linux tutorial for group video calls -## Resources - -Full API documentation is available in the [Document Center](https://docs.agora.io/en/). +## Contact Us + +- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first +- Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials +- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case +- Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community) +- You can find full API documentation at [Document Center](https://docs.agora.io/en/) +- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io) +- You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## License diff --git a/README.zh.md b/README.zh.md index dcbcb851..6291cdb3 100644 --- a/README.zh.md +++ b/README.zh.md @@ -56,9 +56,16 @@ Agora 提供一系列的示例应用,展示如何集成 Agora 视频 SDK。 [OpenVideoCall-Windows](./Group-Video/OpenVideoCall-Windows)|Windows|Windows 多人视频通话指南 [OpenVideoCall-Linux](./Group-Video/OpenVideoCall-Linux)|Linux|Linux 多人视频通话指南 -## 资源 - -完整的 API 文档请查阅[文档中心](https://docs.agora.io/cn/)。 +## 联系我们 + +- 如果你遇到了困难,可以先参阅 [常见问题](https://docs.agora.io/cn/faq) +- 如果你想了解更多官方示例,可以参考 [官方SDK示例](https://github.com/AgoraIO) +- 如果你想了解声网SDK在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase) +- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community) +- 完整的 API 文档见 [文档中心](https://docs.agora.io/cn/) +- 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问 +- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单 +- 如果发现了示例代码的 bug,欢迎提交 [issue](https://github.com/AgoraIO/Basic-Video-Call/issues) ## 代码许可