Skip to content

Latest commit

 

History

History
148 lines (121 loc) · 4.83 KB

index.md

File metadata and controls

148 lines (121 loc) · 4.83 KB
layout title permalink class
home
WebRTC Home
/
home

WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.

New to WebRTC? Take a look at our codelab.

Lots more resources for getting started are available from webrtc.org/start.

Supported Browsers & Platforms

WebRTC News

<ul>
  <li>
    <p>The master <strong>source repository</strong> for WebRTC is at
    <a href="https://webrtc.googlesource.com/src">
    https://webrtc.googlesource.com/src</a> (check
    <a href="{{ site.baseurl }}/native-code/development/">Development</a>
    for more details).</p>
  </li>
  <li>
    <p><strong>WebRTC code samples</strong> are now available from <a href="https://github.com/webrtc/samples/">github.com/webrtc/samples/</a>.</p>
  </li>
  <li>
    <p><strong>Live demos</strong> can be accessed at <a href="https://webrtc.github.io/samples">webrtc.github.io/samples</a>.</p>
  </li>
  <li>
    <p>Check out the WebRTC 2017 update below, or <a href="{{ site.baseurl }}/videos/"><strong>browse our other videos</strong></a>.</p>
  </li>
</ul>
<div class="embed-responsive embed-responsive-16by9 yt-embed">
  <iframe width="560" height="315" src="https://www.youtube.com/embed/PEXnbTyygi4" frameborder="0" allowfullscreen></iframe>
</div>