-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #349 from heartpresent/readme_kr
added README KR
- Loading branch information
Showing
3 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Agora RTC Native SDK 샘플 프로젝트 | ||
|
||
[English](README.md) | [中文](README.zh.md) | 한글 | ||
|
||
## 개요 | ||
|
||
이 Repository에는 다음 플랫폼들을 포함한 Agora RTC Native SDK의 샘플 프로젝트가 포함되어 있습니다: | ||
|
||
| 플랫폼 | 언어 | 프로젝트 위치 | SDK | | ||
| -------- | -------- | ------------------------------------------------------ | ------------------------------------------------------------ | | ||
| Android | Java | [/Android/APIExample](/Android/APIExample) | [RTC Java Video SDK](https://docs.agora.io/en/sdks?platform=android) | | ||
| Android | Java | [/Android/APIExample-Audio](/Android/APIExample-Audio) | [RTC Java Audio SDK](https://docs.agora.io/en/sdks?platform=android) | | ||
| iOS | Swift | [/iOS/APIExample](/iOS/APIExample) | [RTC Objective-C Video SDK](https://docs.agora.io/en/sdks?platform=ios) | | ||
| iOS | Swift | [/iOS/APIExample-Audio](/iOS/APIExample-Audio) | [RTC Objective-C Audio SDK](https://docs.agora.io/en/sdks?platform=ios) | | ||
| macOS | Swift | [/macOS](/macOS) | [RTC Objective-C Video SDK](https://docs.agora.io/en/sdks?platform=macos) | | ||
| Windows | C++ | [/windows](/windows) | [RTC C++ Video SDK](https://docs.agora.io/en/sdks?platform=windows) | | ||
|
||
각 플랫폼의 내용을 참조하여 프로젝트에 대해 자세히 알아볼 수 있습니다. | ||
|
||
## 의견 | ||
|
||
샘플 프로젝트와 관련하여 문제나 제안 사항이 있는 경우 언제든지 이슈를 제기해 주세요. | ||
|
||
## 관련 자료 | ||
|
||
- [FAQ](https://docs.agora.io/en/faq) 를 참조하여 기존 이슈 내용을 확인하세요. | ||
- 더 많은 튜토리얼을 확인하려면 [Agora SDK Samples](https://github.com/AgoraIO) 를 살펴보세요. | ||
- 더 복잡한 Use case는 [Agora Use Case](https://github.com/AgoraIO-usecase) 를 참조하세요. | ||
- [Agora Community](https://github.com/AgoraIO-Community) 에서 개발자 커뮤니티 Repository를 확인할 수 있습니다. | ||
- 연동 과정에서 문제가 발생하면 언제든지 [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io)에 문의해 주세요. | ||
|
||
## 라이선스 | ||
|
||
샘플 프로젝트는 MIT 라이선스를 따릅니다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Agora RTC Native SDK 示例项目 | ||
|
||
[English](README.md) | 中文 | ||
[English](README.md) | 中文 | [한글](README.kr.md) | ||
|
||
## 简介 | ||
|
||
|