From 8908203161133cfb5f5ae989f95f47bce929c8cc Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 30 Aug 2018 13:31:53 +0300 Subject: [PATCH] Create WebRTC.md --- glossary/WebRTC.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 glossary/WebRTC.md diff --git a/glossary/WebRTC.md b/glossary/WebRTC.md new file mode 100644 index 000000000..31f578258 --- /dev/null +++ b/glossary/WebRTC.md @@ -0,0 +1,3 @@ +### WebRTC + +WebRTC stands for Web Real-Time Communication and is an API that can be used for video-chat, voice-calling and P2P-file-sharing web apps.