From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/webrtc/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 files/ko/glossary/webrtc/index.html (limited to 'files/ko/glossary/webrtc') diff --git a/files/ko/glossary/webrtc/index.html b/files/ko/glossary/webrtc/index.html new file mode 100644 index 0000000000..da4eab7c61 --- /dev/null +++ b/files/ko/glossary/webrtc/index.html @@ -0,0 +1,25 @@ +--- +title: WebRTC +slug: Glossary/WebRTC +translation_of: Glossary/WebRTC +--- +

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

+ +

WebRTC 의 3가지 주요 부분:

+ +
+
getUserMedia
+
기기의 카메라와 마이크를 같이 혹은 개별로 접속권한을 부여받으며, RTC connection에 신호를 연결할 수 있습니다.
+
RTCPeerConnection
+
비디오 채팅 또는 음성 통화를 구성하기위한 인터페이스입니다.
+
RTCDataChannel
+
브라우저간에 {{Glossary("P2P", "peer-to-peer")}} 데이터 경로 설정방법을 제공합니다.
+
+ +

Learn more

+ + -- cgit v1.2.3-54-g00ecf