diff options
Diffstat (limited to 'files/ko/web/api/rtcpeerconnection/onconnectionstatechange/index.html')
-rw-r--r-- | files/ko/web/api/rtcpeerconnection/onconnectionstatechange/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/rtcpeerconnection/onconnectionstatechange/index.html b/files/ko/web/api/rtcpeerconnection/onconnectionstatechange/index.html index 4c5bc4caa7..5505f509eb 100644 --- a/files/ko/web/api/rtcpeerconnection/onconnectionstatechange/index.html +++ b/files/ko/web/api/rtcpeerconnection/onconnectionstatechange/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/RTCPeerConnection/onconnectionstatechange --- <p>{{APIRef("WebRTC")}}</p> -<p><span class="seoSummary"><strong><code>RTCPeerConnection.onconnectionstatechange</code></strong> 속성에 {{domxref("RTCPeerConnection")}} 인스턴스에서 발생하는 {{event("connectionstatechange")}} 이벤트를 처리하기 위해 호출되는 {{event("Event_handlers")}}를 정의하게됩니다. 이 이벤트는 연결의 상태 집합체가 변할 때마다 발생합니다. 이 상태 집합체는 연결에 의해 사용되는 각각의 네트워크 전송 상태들의 묶음입니다.</span></p> +<p><span class="seoSummary"><strong><code>RTCPeerConnection.onconnectionstatechange</code></strong> 속성에 {{domxref("RTCPeerConnection")}} 인스턴스에서 발생하는 {{event("connectionstatechange")}} 이벤트를 처리하기 위해 호출되는 {{domxref("EventHandler")}}를 정의하게됩니다. 이 이벤트는 연결의 상태 집합체가 변할 때마다 발생합니다. 이 상태 집합체는 연결에 의해 사용되는 각각의 네트워크 전송 상태들의 묶음입니다.</span></p> <h2 id="Syntax">Syntax</h2> |