aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/mediastreamevent/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/mediastreamevent/index.html')
-rw-r--r--files/fr/web/api/mediastreamevent/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/mediastreamevent/index.html b/files/fr/web/api/mediastreamevent/index.html
index 50fcc72397..1f9eeb32ec 100644
--- a/files/fr/web/api/mediastreamevent/index.html
+++ b/files/fr/web/api/mediastreamevent/index.html
@@ -37,7 +37,7 @@ translation_of: Web/API/MediaStreamEvent
<h2 id="Exemples">Exemples</h2>
-<pre class="brush: js notranslate">pc.onaddstream = function( ev ) {
+<pre class="brush: js">pc.onaddstream = function( ev ) {
alert("Un stream (id: '" + ev.stream.id + "') a été ajouté à cette connexion.");
};
</pre>
@@ -49,6 +49,6 @@ translation_of: Web/API/MediaStreamEvent
<h2 id="Voir_aussi">Voir aussi</h2>
<ul>
- <li><a href="/fr/docs/Web/API/WebRTC_API" title="/en-US/docs/CSS/Using_CSS_animations">WebRTC</a></li>
+ <li><a href="/fr/docs/Web/API/WebRTC_API">WebRTC</a></li>
<li>Sa cible habituelle: {{domxref("RTCPeerConnection")}}.</li>
</ul>