|
| 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. |
0 commit comments