Skip to content

Commit 3c5c55e

Browse files
committed
add README
1 parent 7836000 commit 3c5c55e

2 files changed

Lines changed: 69 additions & 0 deletions

File tree

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Sample projects for the Agora RTC Native SDK
2+
3+
_English | [中文](README.zh.md)_
4+
5+
## Overview
6+
7+
This repository contains sample projects for the Agora RTC Native SDK, including the following platforms:
8+
9+
| Platform | Language | Project Location | SDK |
10+
| -------- | -------- | ------------------------------------------------------ | ------------------------------------------------------------ |
11+
| Android | Java | [/Android/APIExample](/Android/APIExample) | [RTC Java Video SDK](https://docs.agora.io/en/video-call-4.x-beta/API%20Reference/java_ng/API/rtc_api_overview_ng.html) |
12+
| Android | Java | [/Android/APIExample-Audio](/Android/APIExample-Audio) | [RTC Java Audio SDK](https://docs.agora.io/en/voice-call-4.x-beta/API%20Reference/java_ng/API/rtc_api_overview_ng.html) |
13+
| iOS | Swift | [/iOS/APIExample](/iOS/APIExampe) | [RTC Objective-C Video SDK](https://docs.agora.io/en/video-call-4.x-beta/API%20Reference/ios_ng/API/rtc_api_overview_ng.html) |
14+
| iOS | Swift | [/iOS/APIExample-Audio](/iOS/APIExampe-Audio) | [RTC Objective-C Audio SDK](https://docs.agora.io/en/voice-call-4.x-beta/API%20Reference/ios_ng/API/rtc_api_overview_ng.html) |
15+
| macOS | Swift | [/macOS](/macOS) | [RTC Objective-C Video SDK](https://docs.agora.io/en/video-call-4.x-beta/API%20Reference/mac_ng/API/rtc_api_overview_ng.html) |
16+
| Windows | C++ | [/windows](/windows) | [RTC C++ Video SDK](https://docs.agora.io/en/video-call-4.x-beta/API%20Reference/windows_ng/API/rtc_api_overview_ng.html) |
17+
18+
You can refer to each individual platform to learn more about the projects.
19+
20+
## Feedback
21+
22+
If you have any problems or suggestions regarding the sample projects, feel free to file an issue.
23+
24+
## Related resources
25+
26+
- Check our [FAQ](https://docs.agora.io/en/faq) to see if your issue has been recorded.
27+
- Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials.
28+
- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case.
29+
- Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community).
30+
- If you encounter problems during integration, feel free to ask questions in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io).
31+
32+
## License
33+
34+
The sample projects are under the MIT license.

README.zh.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Agora RTC Native SDK 示例项目
2+
3+
[English](README.md) | 中文
4+
5+
## 简介
6+
7+
此仓库包含 Agora RTC Native SDK 的示例项目。
8+
9+
| 平台 | 语言 | 项目位置 | SDK |
10+
| -------- | -------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
11+
| Android | Java | [/Android/APIExample](/Android/APIExample) | [RTC Java Video SDK](https://docs.agora.io/cn/video-call-4.x/API%20Reference/java_ng/API/rtc_api_overview_ng.html) |
12+
| Android | Java | [/Android/APIExample-Audio](/Android/APIExample-Audio) | [RTC Java Audio SDK](https://docs.agora.io/cn/voice-call-4.x/API%20Reference/java_ng/API/rtc_api_overview_ng.html) |
13+
| iOS | Swift | [/iOS/APIExample](/iOS/APIExample) | [RTC Objective-C Video SDK](https://docs.agora.io/cn/video-call-4.x/API%20Reference/ios_ng/API/rtc_api_overview_ng.html) |
14+
| iOS | Swift | [/iOS/APIExample-Audio](/iOS/APIExample-Audio) | [RTC Objective-C Audio SDK](https://docs.agora.io/cn/voice-call-4.x/API%20Reference/ios_ng/API/rtc_api_overview_ng.html) |
15+
| macOS | Swift | [/macOS](/macOS) | [RTC Objective-C Video SDK](https://docs.agora.io/cn/video-call-4.x/API%20Reference/mac_ng/API/rtc_api_overview_ng.html) |
16+
| Windows | C++ | [/windows](/windows) | [RTC C++ Video SDK](https://docs.agora.io/cn/video-call-4.x/API%20Reference/windows_ng/API/rtc_api_overview_ng.html) |
17+
18+
你可以进入不同平台的项目进行试用或参考源代码。
19+
20+
## 反馈
21+
22+
如果你有任何问题或建议,可以通过 issue 的形式反馈。
23+
24+
## 相关资源
25+
26+
- 你可以先参阅 [常见问题](https://docs.agora.io/cn/faq)
27+
- 如果你想了解更多官方示例,可以参考 [官方 SDK 示例](https://github.com/AgoraIO)
28+
- 如果你想了解声网 SDK 在复杂场景下的应用,可以参考 [官方场景案例](https://github.com/AgoraIO-usecase)
29+
- 如果你想了解声网的一些社区开发者维护的项目,可以查看 [社区](https://github.com/AgoraIO-Community)
30+
- 若遇到问题需要开发者帮助,你可以到 [开发者社区](https://rtcdeveloper.com/) 提问
31+
- 如果需要售后技术支持, 你可以在 [Agora Dashboard](https://dashboard.agora.io) 提交工单
32+
33+
## 许可证
34+
35+
示例项目遵守 MIT 许可证。

0 commit comments

Comments
 (0)