• Home
Name Date Size #Lines LOC

..--

android_tools/05-Jul-2025-706591

api/04-Jul-2025-65,26142,714

audio/04-Jul-2025-16,11511,870

base/third_party/libevent/04-Jul-2025-21

build_overrides/04-Jul-2025-11493

call/04-Jul-2025-27,59220,055

common_audio/04-Jul-2025-26,13817,196

common_video/04-Jul-2025-6,7954,740

data/04-Jul-2025-74,07373,596

docs/04-Jul-2025-2,0111,410

examples/04-Jul-2025-30,43023,067

experiments/04-Jul-2025-142105

g3doc/04-Jul-2025-1,5461,312

infra/04-Jul-2025-43,61843,339

logging/04-Jul-2025-23,95018,151

media/04-Jul-2025-41,71631,302

modules/04-Jul-2025-435,222308,082

net/dcsctp/04-Jul-2025-35,89024,061

p2p/04-Jul-2025-47,79634,234

pc/04-Jul-2025-117,53190,124

resources/04-Jul-2025-409391

rtc_base/04-Jul-2025-96,39368,321

rtc_tools/04-Jul-2025-15,62311,917

sdk/04-Jul-2025-89,89562,828

stats/04-Jul-2025-2,3631,930

system_wrappers/04-Jul-2025-3,5442,251

test/04-Jul-2025-64,77749,816

third_party/04-Jul-2025-3,0772,262

tools_webrtc/04-Jul-2025-10,8778,107

video/04-Jul-2025-72,63555,777

webrtc/04-Jul-2025-4,1693,562

.clang-formatD04-Jul-2025629 2524

.git-blame-ignore-revsD04-Jul-20251.2 KiB2523

.gitignoreD04-Jul-20251.2 KiB7372

.gnD04-Jul-20253 KiB7961

.mailmapD04-Jul-202561 21

.style.yapfD04-Jul-202564 44

.vpythonD04-Jul-20252.2 KiB7771

.vpython3D04-Jul-20252.4 KiB8980

AUTHORSD04-Jul-20256.1 KiB185182

Android.bpD04-Jul-2025181.7 KiB6,4305,990

BUILD.gnD04-Jul-202522.8 KiB805715

CODE_OF_CONDUCT.mdD04-Jul-20253.2 KiB6950

DEPSD04-Jul-202587.5 KiB2,7122,503

DIR_METADATAD04-Jul-202533 43

ENG_REVIEW_OWNERS.webrtcD04-Jul-2025360 107

LICENSED04-Jul-20251.5 KiB3024

METADATAD04-Jul-2025482 2019

MODULE_LICENSE_BSDD04-Jul-20250

OWNERSD04-Jul-202537 22

OWNERS.webrtcD04-Jul-2025153 76

OWNERS_INFRA.webrtcD04-Jul-2025930 1817

PATENTSD04-Jul-20251.4 KiB2522

PRESUBMIT.pyD04-Jul-202553.5 KiB1,4331,156

README.chromiumD04-Jul-2025356 1512

README.mdD04-Jul-20251.3 KiB3324

WATCHLISTSD04-Jul-20255.4 KiB178174

codereview.settingsD04-Jul-2025194 65

g3doc.luaD04-Jul-202548 21

license_template.txtD04-Jul-2025410 119

native-api.mdD04-Jul-20254.9 KiB11590

presubmit_test.pyD04-Jul-202511.4 KiB332280

presubmit_test_mocks.pyD04-Jul-20253.9 KiB14295

pylintrcD04-Jul-20255.8 KiB217152

webrtc.gniD04-Jul-202538.3 KiB1,1941,052

webrtc_lib_link_test.ccD04-Jul-20254.4 KiB9873

whitespace.txtD04-Jul-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