Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 12 KiB | |
.clang-format | 10-Aug-2018 | 138 | |
.gitignore | 10-Aug-2018 | 3.4 KiB | |
.gn | 10-Aug-2018 | 2 KiB | |
all.gyp | 10-Aug-2018 | 1 KiB | |
Android.bp | 10-Aug-2018 | 4.3 KiB | |
Android.mk | 10-Aug-2018 | 218 | |
AUTHORS | 10-Aug-2018 | 1.4 KiB | |
BUILD.gn | 10-Aug-2018 | 508 | |
build_overrides/ | 10-Aug-2018 | 4 KiB | |
check_root_dir.py | 10-Aug-2018 | 2 KiB | |
chromium/ | 10-Aug-2018 | 4 KiB | |
codereview.settings | 10-Aug-2018 | 387 | |
COPYING | 10-Aug-2018 | 22 | |
data/ | 10-Aug-2018 | 4 KiB | |
DEPS | 10-Aug-2018 | 3.8 KiB | |
infra/ | 10-Aug-2018 | 4 KiB | |
LICENSE | 10-Aug-2018 | 25 | |
license_template.txt | 10-Aug-2018 | 410 | |
LICENSE_THIRD_PARTY | 10-Aug-2018 | 66 | |
MODULE_LICENSE_BSD | 10-Aug-2018 | 0 | |
NOTICE | 10-Aug-2018 | 8.3 KiB | |
OWNERS | 10-Aug-2018 | 183 | |
PATENTS | 10-Aug-2018 | 22 | |
PRESUBMIT.py | 10-Aug-2018 | 18.4 KiB | |
pylintrc | 10-Aug-2018 | 704 | |
README.md | 10-Aug-2018 | 1 KiB | |
resources/ | 10-Aug-2018 | 4 KiB | |
setup_links.py | 10-Aug-2018 | 16.9 KiB | |
sync_chromium.py | 10-Aug-2018 | 6.9 KiB | |
talk/ | 10-Aug-2018 | 4 KiB | |
third_party/ | 10-Aug-2018 | 4 KiB | |
TODO | 10-Aug-2018 | 192 | |
tools/ | 10-Aug-2018 | 4 KiB | |
WATCHLISTS | 10-Aug-2018 | 6.4 KiB | |
webrtc/ | 10-Aug-2018 | 4 KiB |
README.md
1**WebRTC is a free, open software project** that provides browsers and mobile 2applications with Real-Time Communications (RTC) capabilities via simple APIs. 3The WebRTC components have been optimized to best serve this purpose. 4 5**Our mission:** To enable rich, high-quality RTC applications to be 6developed for the browser, mobile platforms, and IoT devices, and allow them 7all to communicate via a common set of protocols. 8 9The WebRTC initiative is a project supported by Google, Mozilla and Opera, 10amongst others. This page is maintained by the Google Chrome team. 11 12### Development 13 14See http://www.webrtc.org/native-code/development for instructions on how to get 15started developing with the native code. 16 17### More info 18 19 * Official web site: http://www.webrtc.org 20 * Master source code repo: https://chromium.googlesource.com/external/webrtc 21 * Samples and reference apps: https://github.com/webrtc 22 * Mailing list: http://groups.google.com/group/discuss-webrtc 23 * Continuous build: http://build.chromium.org/p/client.webrtc 24