diff options
Diffstat (limited to 'files/es/web/guide/api')
-rw-r--r-- | files/es/web/guide/api/webrtc/peer-to-peer_communications_with_webrtc/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/guide/api/webrtc/peer-to-peer_communications_with_webrtc/index.html b/files/es/web/guide/api/webrtc/peer-to-peer_communications_with_webrtc/index.html index d7c859d646..702419db91 100644 --- a/files/es/web/guide/api/webrtc/peer-to-peer_communications_with_webrtc/index.html +++ b/files/es/web/guide/api/webrtc/peer-to-peer_communications_with_webrtc/index.html @@ -1,7 +1,8 @@ --- title: Comunicaciones peer-to-peer (P2P) con WebRTC -slug: WebRTC/Peer-to-peer_communications_with_WebRTC +slug: Web/Guide/API/WebRTC/Peer-to-peer_communications_with_WebRTC translation_of: Web/Guide/API/WebRTC/Peer-to-peer_communications_with_WebRTC +original_slug: WebRTC/Peer-to-peer_communications_with_WebRTC --- <p>{{SeeCompatTable}}</p> <p>Las <strong>WebRTC APIs</strong> están diseñadas para permitir a las aplicaciones JS la creación de conexiones de tiempo real con canales de Audio, Video, y/o Datos (Data), directamente entre usuarios y a través de sus browsers, o hacia servers que soporten los protocolos WebRTC. También potencia navigator.mozGetUserMedia() para acceder a los datos de cámara y micrófono (getUserMedia() está siendo estandarizado por la Media Capture Task Force, así como las Recording APIs).</p> |