Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
build_overrides/ | 03-May-2024 | - | 31 | 23 | ||
chromium/ | 03-May-2024 | - | 30 | 26 | ||
data/ | 03-May-2024 | - | 74,069 | 73,594 | ||
infra/config/ | 03-May-2024 | - | 76 | 68 | ||
resources/ | 03-May-2024 | - | 218 | 213 | ||
talk/ | 03-May-2024 | - | 143,095 | 103,707 | ||
third_party/ | 03-May-2024 | - | 2,761 | 1,410 | ||
tools/ | 03-May-2024 | - | 4,275 | 3,444 | ||
webrtc/ | 03-May-2024 | - | 709,538 | 509,260 | ||
.clang-format | D | 03-May-2024 | 138 | 4 | 3 | |
.gitignore | D | 03-May-2024 | 3.4 KiB | 171 | 170 | |
.gn | D | 03-May-2024 | 2 KiB | 50 | 45 | |
AUTHORS | D | 03-May-2024 | 1.4 KiB | 51 | 48 | |
Android.bp | D | 03-May-2024 | 4.5 KiB | 162 | 141 | |
Android.mk | D | 03-May-2024 | 218 | 6 | 0 | |
BUILD.gn | D | 03-May-2024 | 508 | 15 | 13 | |
COPYING | D | 03-May-2024 | 22 | 1 | 1 | |
DEPS | D | 03-May-2024 | 3.8 KiB | 118 | 110 | |
LICENSE | D | 03-May-2024 | 25 | 2 | 1 | |
LICENSE_THIRD_PARTY | D | 03-May-2024 | 66 | 2 | 1 | |
METADATA | D | 03-May-2024 | 459 | 19 | 18 | |
MODULE_LICENSE_BSD | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 8.3 KiB | 203 | 176 | |
OWNERS | D | 03-May-2024 | 183 | 4 | 3 | |
PATENTS | D | 03-May-2024 | 22 | 2 | 1 | |
PRESUBMIT.py | D | 03-May-2024 | 18.4 KiB | 474 | 370 | |
README.md | D | 03-May-2024 | 1 KiB | 24 | 17 | |
TODO | D | 03-May-2024 | 192 | 4 | 3 | |
WATCHLISTS | D | 03-May-2024 | 6.4 KiB | 187 | 183 | |
all.gyp | D | 03-May-2024 | 1 KiB | 39 | 37 | |
check_root_dir.py | D | 03-May-2024 | 2 KiB | 58 | 37 | |
codereview.settings | D | 03-May-2024 | 387 | 11 | 10 | |
license_template.txt | D | 03-May-2024 | 410 | 11 | 9 | |
pylintrc | D | 03-May-2024 | 704 | 18 | 10 | |
setup_links.py | D | 03-May-2024 | 16.9 KiB | 519 | 409 | |
sync_chromium.py | D | 03-May-2024 | 6.9 KiB | 196 | 134 |
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