Skip to content

Commit d994165

Browse files
authored
Merge pull request #4440 from momenthana/main
Create New Topic: WebRTC
2 parents a8aa7ea + f6fceaa commit d994165

File tree

2 files changed

+12
-0
lines changed

2 files 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+
created_by: Google
3+
display_name: WebRTC
4+
logo: webrtc.png
5+
related: rtc, web-real-time-communication
6+
released: May 4, 2018
7+
short_description: With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard.
8+
topic: webrtc
9+
url: https://webrtc.org
10+
wikipedia_url: https://en.wikipedia.org/wiki/WebRTC
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.

topics/webrtc/webrtc.png

10.7 KB
Loading

0 commit comments

Comments
 (0)