diff options
Diffstat (limited to 'files/ja/web/api/webrtc_api/connectivity/index.html')
-rw-r--r-- | files/ja/web/api/webrtc_api/connectivity/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/webrtc_api/connectivity/index.html b/files/ja/web/api/webrtc_api/connectivity/index.html index 20b60fd87d..167ddcff9a 100644 --- a/files/ja/web/api/webrtc_api/connectivity/index.html +++ b/files/ja/web/api/webrtc_api/connectivity/index.html @@ -61,7 +61,7 @@ translation_of: Web/API/WebRTC_API/Connectivity <p>The <code>pendingLocalDescription</code> contains not just the offer or answer under consideration, but any local ICE candidates which have already been gathered since the offer or answer was created. Similarly, <code>pendingRemoteDescription</code> includes any remote ICE candidates which have been provided by calls to {{domxref("RTCPeerConnection.addIceCandidate()")}}.</p> </div> -<p>See the individual articles on these properties and methods for more specifics, and <a href="/en-US/docs/Web/Media/Formats/WebRTC_codecs">Codecs used by WebRTC</a> for information about codecs supported by WebRTC and which are compatible with which browsers. The codecs guide also offers guidance to help you choose the best codecs for your needs.</p> +<p>See the individual articles on these properties and methods for more specifics, and <a href="/ja/docs/Web/Media/Formats/WebRTC_codecs">Codecs used by WebRTC</a> for information about codecs supported by WebRTC and which are compatible with which browsers. The codecs guide also offers guidance to help you choose the best codecs for your needs.</p> <h2 id="ICE_candidates">ICE candidates</h2> |