Skip to content

Commit e12b01d

Browse files
authored
webrtc: update index.md
1 parent fc2f741 commit e12b01d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

topics/webrtc/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2+
created_by: Google
23
display_name: WebRTC
4+
logo: webrtc.png
35
related: webrtc, rtc, web-real-time-communication
6+
released: May 4, 2018
47
short_description: With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard.
58
topic: webrtc
6-
logo: webrtc.png
7-
released: May 4, 2018
89
url: https://webrtc.org
910
wikipedia_url: https://en.wikipedia.org/wiki/WebRTC
10-
git_url: https://webrtc.googlesource.com
1111
---
1212
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)