No description
Find a file
mbonadei b54c63ffb0 Moving no_op_function.cc out of webrtc/build
BUG=webrtc:7030

Review-Url: https://codereview.webrtc.org/2645223003
Cr-Commit-Position: refs/heads/master@{#16246}
2017-01-24 13:25:12 +00:00
build_overrides Move webrtc/build/android -> tools-webrtc/android 2017-01-24 12:22:11 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
infra Add linux_memcheck as default trybot. 2017-01-24 04:22:40 +00:00
ios Add copy of src/ios/build/bots/scripts to unbreak iOS Simulator bots. 2016-12-22 11:01:17 +00:00
resources Espresso test case to control loopback call 2017-01-16 10:23:09 +00:00
tools-webrtc Statically linked zxing. Without dependency on libMagick 2017-01-24 13:02:35 +00:00
webrtc Moving no_op_function.cc out of webrtc/build 2017-01-24 13:25:12 +00:00
.clang-format Android: Update clang-format to follow Google style guide 2016-09-26 18:47:53 +00:00
.git-blame-ignore-revs Create .git-blame-ignore-revs and add Java format CL to it. 2016-10-20 09:20:39 +00:00
.gitignore Add cleanup_links.py script that runs before sync. 2017-01-04 13:35:25 +00:00
.gn Move FilePlayer and FileRecorder to Voice Engine 2017-01-10 09:12:51 +00:00
AUTHORS Allow GCC 4.9 to compile Chromium 2017-01-20 04:20:45 +00:00
BUILD.gn Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ ) 2017-01-24 13:14:35 +00:00
check_root_dir.py Remove root_dir variable from DEPS + enforce rename. 2014-10-09 09:11:27 +00:00
cleanup_links.py Add cleanup_links.py script that runs before sync. 2017-01-04 13:35:25 +00:00
codereview.settings Move to Chromium's Rietveld at codereview.webrtc.org 2015-06-04 07:07:42 +00:00
DEPS Roll chromium_revision 59592eaa98..319b885718 (445345:445689) 2017-01-24 11:08:53 +00:00
LICENSE Updated license path in LICENSE and LICENSE_THIRD_PARTY. 2012-11-22 12:06:21 +00:00
license_template.txt Update template to follow chromium copyright style 2013-04-24 01:01:28 +00:00
LICENSE_THIRD_PARTY Delete talk directory, and references from build_ios_libs.sh. 2016-09-02 10:07:13 +00:00
OWNERS Add kwiberg@webrtc.org as root owner. 2016-06-14 09:39:40 +00:00
PATENTS PATENTS: fix reference 2017-01-20 20:45:07 +00:00
PRESUBMIT.py Add copy of src/ios/build/bots/scripts to unbreak iOS Simulator bots. 2016-12-22 11:01:17 +00:00
pylintrc PRESUBMIT: Improve PyLint check and add GN format check. 2015-05-25 10:55:50 +00:00
README.md Add README.md to root directory 2015-09-11 09:04:09 +00:00
WATCHLISTS Add myself to WATCHLIST for api/. 2016-11-23 16:42:57 +00:00

WebRTC is a free, open software 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.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info