diff --git a/files/es/web/api/webrtc_api/index.md b/files/es/web/api/webrtc_api/index.md index ea9c7ea212c5d0..61c1cc36d82d41 100644 --- a/files/es/web/api/webrtc_api/index.md +++ b/files/es/web/api/webrtc_api/index.md @@ -7,7 +7,7 @@ tags: translation_of: Web/API/WebRTC_API --- -{{WebRTCSidebar}} +{{DefaultAPISidebar("WebRTC")}} **WebRTC** (_Web real-time communications_ o comunicaciones web en tiempo real) es una tecnología que permite a aplicaciones y sitios web capturar y opcionalmente retransmitir audio/vídeo, así como intercambiar datos arbitrarios entre navegadores sin necesidad de un intermediario. El conjunto de estándares que comprende WebRTC hace posible compartir datos y realizar teleconferencias de igual-a-igual (_peer-to-peer_), sin requerir que el usuario instale complementos (_plug-ins_) o cualquier otro software de terceros. diff --git a/files/es/web/api/webrtc_api/protocols/index.md b/files/es/web/api/webrtc_api/protocols/index.md index bdc49155ed1f79..0360633c2eb596 100644 --- a/files/es/web/api/webrtc_api/protocols/index.md +++ b/files/es/web/api/webrtc_api/protocols/index.md @@ -4,7 +4,7 @@ slug: Web/API/WebRTC_API/Protocols translation_of: Web/API/WebRTC_API/Protocols --- -{{WebRTCSidebar}} +{{DefaultAPISidebar("WebRTC")}} Este artículo presenta los protocolos sobre los cuales se construye la API WebRTC.