aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/rtcdatachannel/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/rtcdatachannel/index.html')
-rw-r--r--files/pt-br/web/api/rtcdatachannel/index.html2
1 files changed, 0 insertions, 2 deletions
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
<p>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.</p>
-<p>{{InterfaceOverview("WebRTC")}}</p>
-
<h2 id="Exemplo">Exemplo</h2>
<pre class="brush: js">var pc = new RTCPeerConnection();