Skip to content

Commit

Permalink
Merge pull request #4440 from momenthana/main
Browse files Browse the repository at this point in the history
Create New Topic: WebRTC
  • Loading branch information
jmeridth committed Sep 5, 2024
2 parents a8aa7ea + f6fceaa commit d994165
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions topics/webrtc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
created_by: Google
display_name: WebRTC
logo: webrtc.png
related: rtc, web-real-time-communication
released: May 4, 2018
short_description: With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard.
topic: webrtc
url: https://webrtc.org
wikipedia_url: https://en.wikipedia.org/wiki/WebRTC
---
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.
Binary file added topics/webrtc/webrtc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d994165

Please sign in to comment.