aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/webrtc_api
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/api/webrtc_api
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/web/api/webrtc_api')
-rw-r--r--files/es/web/api/webrtc_api/session_lifetime/index.html3
-rw-r--r--files/es/web/api/webrtc_api/taking_still_photos/index.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/files/es/web/api/webrtc_api/session_lifetime/index.html b/files/es/web/api/webrtc_api/session_lifetime/index.html
index 2529f32085..a62c2da369 100644
--- a/files/es/web/api/webrtc_api/session_lifetime/index.html
+++ b/files/es/web/api/webrtc_api/session_lifetime/index.html
@@ -1,7 +1,8 @@
---
title: WebRTC Introduction
-slug: WebRTC/Introduction
+slug: Web/API/WebRTC_API/Session_lifetime
translation_of: Web/API/WebRTC_API/Session_lifetime
+original_slug: WebRTC/Introduction
---
<div class="note">
<p>WebRTC te permite establecer una comunicación par-a-par en una aplicación del navegador.</p>
diff --git a/files/es/web/api/webrtc_api/taking_still_photos/index.html b/files/es/web/api/webrtc_api/taking_still_photos/index.html
index 143b2ee72f..7ad8892b16 100644
--- a/files/es/web/api/webrtc_api/taking_still_photos/index.html
+++ b/files/es/web/api/webrtc_api/taking_still_photos/index.html
@@ -1,12 +1,13 @@
---
title: Capturar fotografías con la cámara web
-slug: WebRTC/Taking_webcam_photos
+slug: Web/API/WebRTC_API/Taking_still_photos
tags:
- Canvas
- WebRTC
- cámara web
- getusermedia
translation_of: Web/API/WebRTC_API/Taking_still_photos
+original_slug: WebRTC/Taking_webcam_photos
---
<h2 id="Introducción_y_demostración">Introducción y demostración</h2>
<p>Este es un tutorial rápido de cómo acceder a la cámara de tu laptop y capturar una foto con ella. Puedes observar el <a href="http://jsfiddle.net/codepo8/agaRe/4/" title="http://jsfiddle.net/codepo8/agaRe/4/">código final en acción en este JSFiddle</a>. También existe una versión más avanzada en JavaScript para cargar fotos a <strong>imgur</strong> disponible como <a href="https://github.com/codepo8/interaction-cam/" title="https://github.com/codepo8/interaction-cam/">código en GitHub</a> o <a href="http://codepo8.github.com/interaction-cam/" title="http://codepo8.github.com/interaction-cam/">como demo</a>.</p>