Name Date Size #Lines LOC

..--

android_tools/H25-Apr-2025-267,718253,040

api/H25-Apr-2025-65,26142,714

audio/H25-Apr-2025-16,11511,870

base/third_party/libevent/H25-Apr-2025-21

build_overrides/H25-Apr-2025-11493

call/H25-Apr-2025-27,59220,055

common_audio/H25-Apr-2025-26,13817,196

common_video/H25-Apr-2025-6,7954,740

data/H25-Apr-2025-74,07373,596

docs/H25-Apr-2025-2,0111,410

examples/H25-Apr-2025-30,43023,067

experiments/H25-Apr-2025-142105

g3doc/H25-Apr-2025-1,5461,312

infra/H25-Apr-2025-43,61843,339

logging/H25-Apr-2025-23,95018,151

media/H25-Apr-2025-41,71631,302

modules/H25-Apr-2025-435,222308,082

net/dcsctp/H25-Apr-2025-35,89024,061

p2p/H25-Apr-2025-47,79634,234

pc/H25-Apr-2025-117,53190,124

resources/H25-Apr-2025-409391

rtc_base/H25-Apr-2025-96,39368,321

rtc_tools/H25-Apr-2025-185,083181,363

sdk/H25-Apr-2025-89,89562,828

stats/H25-Apr-2025-2,3631,930

system_wrappers/H25-Apr-2025-3,5442,251

test/H25-Apr-2025-64,77749,816

third_party/H25-Apr-2025-289,560204,812

tools_webrtc/H25-Apr-2025-10,8778,107

video/H25-Apr-2025-72,63555,777

webrtc/H25-Apr-2025-4,1693,562

.clang-formatH A D25-Apr-2025629 2524

.git-blame-ignore-revsH A D25-Apr-20251.2 KiB2523

.gitignoreH A D25-Apr-20251.2 KiB7372

.gnH A D25-Apr-20253 KiB7961

.mailmapH A D25-Apr-202561 21

.style.yapfH A D25-Apr-202564 44

.vpythonH A D25-Apr-20252.2 KiB7771

.vpython3H A D25-Apr-20252.4 KiB8980

AUTHORSH A D25-Apr-20256.1 KiB185182

Android.bpH A D25-Apr-2025181.8 KiB6,4345,994

BUILD.gnH A D25-Apr-202522.8 KiB805715

CODE_OF_CONDUCT.mdH A D25-Apr-20253.2 KiB6950

DEPSH A D25-Apr-202587.5 KiB2,7122,503

DIR_METADATAH A D25-Apr-202533 43

ENG_REVIEW_OWNERS.webrtcH A D25-Apr-2025360 107

LICENSEH A D25-Apr-20251.5 KiB3024

METADATAH A D25-Apr-2025482 2019

MODULE_LICENSE_BSDHD25-Apr-20250

OWNERSH A D25-Apr-202537 22

OWNERS.webrtcH A D25-Apr-2025153 76

OWNERS_INFRA.webrtcH A D25-Apr-2025930 1817

PATENTSH A D25-Apr-20251.4 KiB2522

PRESUBMIT.pyH A D25-Apr-202553.5 KiB1,4331,156

README.chromiumH A D25-Apr-2025356 1512

README.mdH A D25-Apr-20251.3 KiB3324

WATCHLISTSH A D25-Apr-20255.4 KiB178174

codereview.settingsH A D25-Apr-2025194 65

g3doc.luaH A D25-Apr-202548 21

license_template.txtH A D25-Apr-2025410 119

native-api.mdH A D25-Apr-20254.9 KiB11590

presubmit_test.pyH A D25-Apr-202511.4 KiB332280

presubmit_test_mocks.pyH A D25-Apr-20253.9 KiB14295

pylintrcH A D25-Apr-20255.8 KiB217152

webrtc.gniH A D25-Apr-202538.3 KiB1,1941,052

webrtc_lib_link_test.ccH A D25-Apr-20254.4 KiB9873

whitespace.txtH A D25-Apr-2025312 75

README.chromium

1Name: WebRTC
2URL: http://www.webrtc.org
3Version: 90
4CPEPrefix: cpe:/a:webrtc_project:webrtc:90
5License: BSD
6License File: LICENSE
7
8Description:
9WebRTC provides real time voice and video processing
10functionality to enable the implementation of
11PeerConnection/MediaStream.
12
13Third party code used in this project is described
14in the file LICENSE_THIRD_PARTY.
15

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.
11
12### Development
13
14See [here][native-dev] for instructions on how to get started
15developing with the native code.
16
17[Authoritative list](native-api.md) of directories that contain the
18native API header files.
19
20### More info
21
22 * Official web site: http://www.webrtc.org
23 * Master source code repo: https://webrtc.googlesource.com/src
24 * Samples and reference apps: https://github.com/webrtc
25 * Mailing list: http://groups.google.com/group/discuss-webrtc
26 * Continuous build: https://ci.chromium.org/p/webrtc/g/ci/console
27 * [Coding style guide](g3doc/style-guide.md)
28 * [Code of conduct](CODE_OF_CONDUCT.md)
29 * [Reporting bugs](docs/bug-reporting.md)
30 * [Documentation](g3doc/sitemap.md)
31
32[native-dev]: https://webrtc.googlesource.com/src/+/main/docs/native-code/index.md
33