# WebRTC 주요 링크 모음

## 기초

* [WebRTC 시작하기](https://coiiee.com/blog.php?idx=2): Coiiee 대표 정유철님께서 작성하신 알기쉬운 WebRTC 자료
* [HTML5Rocks의 WebRTC가이드](https://www.html5rocks.com/ko/tutorials/webrtc/basics/): WebRTC개발을 처음 시작할 때 개념을 잡기 좋습니다.

## 주요 블로그 및 커뮤니티

* [RemoteMonster Blog](http://blog.remotemonster.com): 리모트몬스터가 운영하는 WebRTC 블로그
* [WebRTC 한국 커뮤니티](https://www.facebook.com/groups/rtc.korea/): 한국 최초 최고의 WebRTC 관련 커뮤니티

## 최신 트렌드 및 시장조사

* [WebRTC의 현재와 미래](https://blog.remotemonster.com/webrtc-현재와-미래-8858579a4264): 2016년 WebRTC의 트렌드를 정리한 문서
* [WebRTC 시장동향 리포트](https://blog.remotemonster.com/webrtc-시장동향-리포트-f880a45a3bce): 국내외 WebRTC 시장 동향 리포트

## 기본이 되는 사이트

* [WebRTC org](https://webrtc.org/): WebRTC 프로젝트를 대표하는 사이트입니다. 여기에서 native 엔진 관련정보를 얻을 수 있습니다.
* [WebRTC 표준](https://www.w3.org/TR/webrtc/): WebRTC 표준을 이끌고 있는 W3C의 페이지입니다.
* [IETF rtcweb WG](https://tools.ietf.org/wg/rtcweb/): WebRTC의 통신 프로토콜이나 코덱등의 표준을 이끌고 있는 IETF의 페이지입니다.

## 해외 사이트

* [WebRTC github](https://github.com/webrtc): WebRTC 소스코드 저장소
* [CodeLab](https://bitbucket.org/webrtc/codelab): 따라하기 식으로 WebRTC 코딩을 교육받을 수 있는 사이트
* [모질라 WebRTC API doc](https://developer.mozilla.org/ko/docs/Web/API/WebRTC_API): 모질라에서 제공하는 WebRTC API 문서. 가장 정확하고 최신의 표준에 입각한 API를 확인할 수 있음.
* [Bloggeek.me](https://bloggeek.me/): WebRTC에서 가장 유명한 블로거 Tsahi의 블로그
* [WebRTCHacks](https://webrtchacks.com/): WebRTC계의 가장 유명한 해커 Chad Hart가 운영하는 사이트. 그 외 Victor나 Philipp등도 같이 운영
* [WebRTC Weekly](https://webrtcweekly.com/): WebRTC의 최신 트렌드를 주단위로 받아볼 수 있음

## 주요 라이브러리 및 개발 정보

* [adapter.js](https://github.com/webrtc/adapter): 표준화가 덜된 관계로 브라우저마다 API조금씩 다른 WebRTC. 그래서 adapter.js를 사용해야 그 호환성을 지킬 수 있습니다.

최근 업데이트: 2017년 3월 17일 by Jinho Choi


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.remotemonster.com/v1.x/common/webrtc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
