Thanks to visit codestin.com
Credit goes to developer.mozilla.org

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

WebRTC

WebRTC ('Web Real-Time Communication') API는 영상 채팅, 음성 통화, 그리고 P2P 파일 공유 웹 어플리케이션에서 사용할 수 있습니다.

WebRTC 의 3가지 주요 부분.

getUserMedia()

기기의 카메라와 마이크를 같이 혹은 개별로 접속권한을 부여받으며, RTC connection에 신호를 연결할 수 있습니다.

RTCPeerConnection

비디오 채팅 또는 음성 통화를 구성하기 위한 인터페이스입니다.

RTCDataChannel

브라우저간에 peer-to-peer 데이터 경로 설정방법을 제공합니다.