From 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:50:24 +0100 Subject: unslug pt-pt: move --- files/pt-pt/glossary/webrtc/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/pt-pt/glossary/webrtc/index.html (limited to 'files/pt-pt/glossary/webrtc') diff --git a/files/pt-pt/glossary/webrtc/index.html b/files/pt-pt/glossary/webrtc/index.html new file mode 100644 index 0000000000..452b4f3f24 --- /dev/null +++ b/files/pt-pt/glossary/webrtc/index.html @@ -0,0 +1,32 @@ +--- +title: WebRTC +slug: Glossário/WebRTC +tags: + - Glossário + - Infraestrutura + - JavaScript + - P2P + - VoIP + - WebRTC +translation_of: Glossary/WebRTC +--- +

WebRTC (Comunicações da Web em Tempo Real) é uma {{Glossary("API")}} que pode ser utilizada por aplicativos de videoconferência, chamadas de voz, e P2P.

+ +

O WebRTC consiste principalmente destas partes:

+ +
+
{{domxref("MediaDevices.getUserMedia", "getUserMedia()")}}
+
Concede acesso à câmera e / ou microfone de um dispositivo, e pode conectar os seus sinais a uma conexão RTC.
+
{{domxref("RTCPeerConnection")}}
+
Uma interface para configurar videoconferências ou chamadas de voz.
+
{{domxref("RTCDataChannel")}}
+
Fornece um método para estabelecer uma conexão {{Glossary("P2P")}} entre navegadores web.
+
+ +

Veja também

+ + -- cgit v1.2.3-54-g00ecf