No description
Find a file
andersc cfab6c7c04 Increase timeout in RTCUIApplicationStatusObserver
Increase timeout since the wait function timed out in certain debugging
circumstances. Also change the check to a DCHECK since it is not really
a critical error if it would time out.

BUG=None

Review-Url: https://codereview.webrtc.org/3007773002
Cr-Commit-Position: refs/heads/master@{#19582}
2017-08-29 13:52:04 +00:00
build_overrides Remove deprecated macOS SDK overrides. 2017-07-14 21:29:23 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
infra CQ: Remove android_clang_dbg bot 2017-08-23 06:47:20 +00:00
resources Reimplemeted "Test and fix for huge bwe drop after alr state" 2017-07-17 08:41:41 +00:00
tools_webrtc MB: Add experimental trybot configs 2017-08-25 19:11:21 +00:00
webrtc Increase timeout in RTCUIApplicationStatusObserver 2017-08-29 13:52:04 +00:00
.clang-format Tune ObjC clang-format configuration 2017-05-11 09:14:18 +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 Move webrtc/{tools => rtc_tools} 2017-06-30 10:04:59 +00:00
.gn Roll chromium_revision d323a482ee..7114a66134 (494468:497367) manually 2017-08-25 13:21:52 +00:00
AUTHORS Revert of Fix the video buffer size should take rtt into consideration (patchset #3 id:40001 of https://codereview.chromium.org/2980413002/ ) 2017-08-22 09:08:51 +00:00
BUILD.gn Move webrtc/{tools => rtc_tools} 2017-06-30 10:04:59 +00:00
CODE_OF_CONDUCT.md Add code of conduct to WebRTC repo 2017-05-16 12:09:13 +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 2cbfe89d4f..4337a96424 (498011:498063) 2017-08-29 11:00:23 +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 Update pylintrc to catch more style violations. 2017-04-13 05:43:38 +00:00
PATENTS PATENTS: fix reference 2017-01-20 20:45:07 +00:00
PRESUBMIT.py Remove old webrtc/base directory 2017-08-16 06:40:57 +00:00
pylintrc Update pylintrc to catch more style violations. 2017-04-13 05:43:38 +00:00
README.md Update README.md 2017-03-23 10:46:00 +00:00
WATCHLISTS Add myself to the watchlist for webrtc/api/ and webrtc/base/ 2017-05-04 13:22:46 +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.

Development

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

More info