From 734e588e974b7632653d1d368b0371a7b13193b9 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 30 Jul 2021 09:51:04 -0400 Subject: remove all InterfaceOverview (#1806) --- files/pt-br/web/api/rtcdatachannel/index.html | 2 -- files/pt-br/web/api/rtcpeerconnection/index.html | 2 -- 2 files changed, 4 deletions(-) (limited to 'files/pt-br') diff --git a/files/pt-br/web/api/rtcdatachannel/index.html b/files/pt-br/web/api/rtcdatachannel/index.html index 84f02d82d5..3225f9b82e 100644 --- a/files/pt-br/web/api/rtcdatachannel/index.html +++ b/files/pt-br/web/api/rtcdatachannel/index.html @@ -13,8 +13,6 @@ translation_of: Web/API/RTCDataChannel

Para criar um canal de dados e pedir a um ponto remoto para se juntar a você, chame os metodos {{domxref("RTCPeerConnection")}}'s {{domxref("RTCPeerConnection.createDataChannel", "createDataChannel()")}}.  O interlocutor que está sendo convidado a trocar dados recebe um evento {{event("datachannel")}} (que possui o tipo {{domxref("RTCDataChannelEvent")}}) para informá-lo de que o canal de dados foi adicionado à conexão.

-

{{InterfaceOverview("WebRTC")}}

-

Exemplo

var pc = new RTCPeerConnection();
diff --git a/files/pt-br/web/api/rtcpeerconnection/index.html b/files/pt-br/web/api/rtcpeerconnection/index.html
index bc6664bcba..0c07558aa2 100644
--- a/files/pt-br/web/api/rtcpeerconnection/index.html
+++ b/files/pt-br/web/api/rtcpeerconnection/index.html
@@ -9,8 +9,6 @@ translation_of: Web/API/RTCPeerConnection
 
 

{{InheritanceDiagram}}

-

{{InterfaceOverview("WebRTC")}}

-

Método obsoleto

O método a seugir está obsoleto há muito tempo e nunca foi implementado nos principais navegadores.

-- cgit v1.2.3-54-g00ecf