aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/rtcpeerconnection/ontrack
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api/rtcpeerconnection/ontrack')
-rw-r--r--files/ko/web/api/rtcpeerconnection/ontrack/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/rtcpeerconnection/ontrack/index.html b/files/ko/web/api/rtcpeerconnection/ontrack/index.html
index 1856d41890..d598a6194f 100644
--- a/files/ko/web/api/rtcpeerconnection/ontrack/index.html
+++ b/files/ko/web/api/rtcpeerconnection/ontrack/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/RTCPeerConnection/ontrack
---
<div>{{APIRef("WebRTC")}}</div>
-<p><span class="seoSummary">{{domxref("RTCPeerConnection")}} 속성인 <strong><code>ontrack</code></strong>은 {{domxref("RTCPeerConnection")}}에 트랙이 등록됨을 알려주는 {{event("track")}}가 발생하면 호출되는 함수를 지정하는 {{domxref("EventHandler")}}입니다.</span></p>
+<p><span class="seoSummary">{{domxref("RTCPeerConnection")}} 속성인 <strong><code>ontrack</code></strong>은 {{domxref("RTCPeerConnection")}}에 트랙이 등록됨을 알려주는 {{event("track")}}가 발생하면 호출되는 함수를 지정하는 {{event("Event_handlers", "event handler")}}입니다.</span></p>
<p>이 함수는 {{domxref("RTCTrackEvent")}} 타입의 이벤트 객체를 입력 인자로 받습니다. 해당 이벤트는 신규로 받아지는 {{domxref("MediaStreamTrack")}}가 생성되고 연결의 리시버 세트에 추가된 {{domxref("RTCRtpReceiver")}}객체와 연관되면 전송됩니다.</p>