Skip to content

Commit 6ed5aa8

Browse files
authored
webrtc: create index.md
1 parent b92745b commit 6ed5aa8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

topics/webrtc/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
display_name: WebRTC
3+
related: webrtc, rtc, web-real-time-communication
4+
short_description: With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard.
5+
topic: webrtc
6+
logo: webrtc.png
7+
released: May 4, 2018
8+
url: https://webrtc.org
9+
wikipedia_url: https://en.wikipedia.org/wiki/WebRTC
10+
git_url: https://webrtc.googlesource.com
11+
---
12+
With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard. It supports video, voice, and generic data to be sent between peers, allowing developers to build powerful voice- and video-communication solutions. The technology is available on all modern browsers as well as on native clients for all major platforms. The technologies behind WebRTC are implemented as an open web standard and available as regular JavaScript APIs in all major browsers. For native clients, like Android and iOS applications, a library is available that provides the same functionality. The WebRTC project is open-source and supported by Apple, Google, Microsoft and Mozilla, amongst others. This page is maintained by the Google WebRTC team.

0 commit comments

Comments
 (0)