# RemoteMonster Documents

## v1.x

- [RemoteMonster](https://docs.remotemonster.com/v1.x/master.md): 안녕하세요! 리모트몬스터 입니다.
- [Introduction](https://docs.remotemonster.com/v1.x/overview/introduction.md): 리모트 몬스터를 개발하기 위해 알아야할 기본적인 것들을 소개합니다.
- [Spec](https://docs.remotemonster.com/v1.x/overview/spec.md): 제품의 주요 규격과 기능을 소개합니다.
- [Browser](https://docs.remotemonster.com/v1.x/getting-started-livecasting/browser.md): 브라우저로 간단한 방송 앱을 개발합니다.
- [Android](https://docs.remotemonster.com/v1.x/getting-started-livecasting/android.md): Android로 간단한 통신 앱을 개발합니다.
- [iOS](https://docs.remotemonster.com/v1.x/getting-started-livecasting/ios.md)
- [Browser](https://docs.remotemonster.com/v1.x/getting-started-communication/browser.md): 브라우저로 간단한 통신 앱을 개발합니다.
- [Android](https://docs.remotemonster.com/v1.x/getting-started-communication/android.md): Android로 간단한 방송 앱을 개발합니다.
- [iOS](https://docs.remotemonster.com/v1.x/getting-started-communication/ios.md)
- [Overview](https://docs.remotemonster.com/v1.x/browser/overview.md)
- [Config](https://docs.remotemonster.com/v1.x/browser/config.md)
- [Examples](https://docs.remotemonster.com/v1.x/browser/examples.md)
- [Debug inside](https://docs.remotemonster.com/v1.x/browser/debug-inside.md)
- [Overview](https://docs.remotemonster.com/v1.x/android/overview.md): 안드로이드에서 개발개요를 설명합니다.
- [Config](https://docs.remotemonster.com/v1.x/android/config.md): 안드로이드에서 설정방법을 소개합니다.
- [View, Layout](https://docs.remotemonster.com/v1.x/android/view-layout.md): 뷰와 레이아웃에 대해 소개합니다.
- [통화품질 실시간 확인](https://docs.remotemonster.com/v1.x/common/undefined.md)
- [ErrorCode](https://docs.remotemonster.com/v1.x/common/errorcode.md): 에러코드에 대해 설명합니다.
- [WebRTC 주요 링크 모음](https://docs.remotemonster.com/v1.x/common/webrtc.md)

## v2.x

- [RemoteMonster](https://docs.remotemonster.com/master.md)
- [Flow](https://docs.remotemonster.com/overview/flow.md)
- [Structure](https://docs.remotemonster.com/overview/structure.md)
- [Examples](https://docs.remotemonster.com/overview/examples.md)
- [Features](https://docs.remotemonster.com/overview/features.md)
- [Spec](https://docs.remotemonster.com/overview/spec.md)
- [Web - Overview](https://docs.remotemonster.com/web/web-overview.md)
- [Web - Getting Started](https://docs.remotemonster.com/web/web-getting-started.md)
- [Web - Media](https://docs.remotemonster.com/web/web-view.md)
- [Web - Debug Inside](https://docs.remotemonster.com/web/web-debug-inside.md)
- [Android - Overview](https://docs.remotemonster.com/android/android-overview.md)
- [Android - Getting Started](https://docs.remotemonster.com/android/android-getting-started.md)
- [Android - Media](https://docs.remotemonster.com/android/android-media.md)
- [Android - ProGuard](https://docs.remotemonster.com/android/android-proguard-setting.md): ProGuard 설정시 RemonSDK의 Setting이 필요합니다.  SDK에서 쓰이는 옵션과 종류에대해 정리합니다.
- [iOS - Overview](https://docs.remotemonster.com/ios/ios-overview.md)
- [iOS - Getting Started](https://docs.remotemonster.com/ios/ios-getting-started.md)
- [iOS - Media](https://docs.remotemonster.com/ios/ios-media.md)
- [Webhook API - Livecast - beta](https://docs.remotemonster.com/api/webhook-livecast.md)
- [Managing Channels](https://docs.remotemonster.com/api/managing-channels.md)
- [Service Key](https://docs.remotemonster.com/common/service-key.md)
- [Config/RemonConfig](https://docs.remotemonster.com/common/config.md)
- [Livecast](https://docs.remotemonster.com/common/livecast.md)
- [Communication](https://docs.remotemonster.com/common/communication.md)
- [Callbacks](https://docs.remotemonster.com/common/callbacks.md)
- [Channel](https://docs.remotemonster.com/common/channel.md)
- [Channel ID 규칙](https://docs.remotemonster.com/common/channel-id-rules.md)
- [Network Environment](https://docs.remotemonster.com/common/network-environment.md)
- [Studio Environment](https://docs.remotemonster.com/common/studio-environment.md)
- [Media](https://docs.remotemonster.com/common/media.md)
- [Simulcast](https://docs.remotemonster.com/common/livecast-simulcast.md)
- [Record - beta](https://docs.remotemonster.com/common/record.md)
- [Error](https://docs.remotemonster.com/common/error.md)
- [About WebRTC](https://docs.remotemonster.com/common/about-webrtc.md)
- [FAQ](https://docs.remotemonster.com/common/faq.md)
- [그룹통화 만들기(Android)](https://docs.remotemonster.com/groupcall/groupcall-android.md)
- [그룹통화 만들기(iOS)](https://docs.remotemonster.com/groupcall/groupcall-ios.md)
- [그룹통화 만들기(Web)](https://docs.remotemonster.com/groupcall/groupcall-web.md)
- [통화 5 분 안에 시작하기](https://docs.remotemonster.com/drafts-videocall/videocall-quickstart.md)
- [통화 키 발급](https://docs.remotemonster.com/drafts-videocall/create-key.md)
- [새 통화 프로젝트 설정 - Web](https://docs.remotemonster.com/drafts-videocall/new-project-web.md)
- [단순 통화 앱 만들기 - Web](https://docs.remotemonster.com/drafts-videocall/simplevideocall-code-web.md)
- [방송 5 분 안에 시작하기](https://docs.remotemonster.com/drafts-livestreaming/livestreaming-quickstart.md)
- [방송 키 발급](https://docs.remotemonster.com/drafts-livestreaming/create-key.md)
- [새 방송 프로젝트 설정 - Web](https://docs.remotemonster.com/drafts-livestreaming/new-project-web.md)
- [단순 시청 앱 만들기 - Web](https://docs.remotemonster.com/drafts-livestreaming/simplelivestreaming-code-web.md)
