• Home
Name Date Size #Lines LOC

..--

android_tools/03-May-2024-754635

api/03-May-2024-65,26142,714

audio/03-May-2024-16,11511,870

base/third_party/libevent/03-May-2024-21

build_overrides/03-May-2024-11493

call/03-May-2024-27,59220,055

common_audio/03-May-2024-26,13817,196

common_video/03-May-2024-6,7954,740

data/03-May-2024-74,07373,596

docs/03-May-2024-2,0111,410

examples/03-May-2024-30,43023,067

experiments/03-May-2024-142105

g3doc/03-May-2024-1,5461,312

infra/03-May-2024-43,61843,339

logging/03-May-2024-23,95018,151

media/03-May-2024-41,71631,302

modules/03-May-2024-435,222308,082

net/dcsctp/03-May-2024-35,89024,061

p2p/03-May-2024-47,79634,234

pc/03-May-2024-117,51890,111

resources/03-May-2024-409391

rtc_base/03-May-2024-96,39368,321

rtc_tools/03-May-2024-15,62311,917

sdk/03-May-2024-89,89562,828

stats/03-May-2024-2,3631,930

system_wrappers/03-May-2024-3,5442,251

test/03-May-2024-64,77749,816

third_party/03-May-2024-289,560204,812

tools_webrtc/03-May-2024-10,8778,107

video/03-May-2024-72,63555,777

webrtc/03-May-2024-4,1693,562

.clang-formatD03-May-2024629 2524

.git-blame-ignore-revsD03-May-20241.2 KiB2523

.gitignoreD03-May-20241.2 KiB7372

.gnD03-May-20243 KiB7961

.mailmapD03-May-202461 21

.style.yapfD03-May-202464 44

.vpythonD03-May-20242.2 KiB7771

.vpython3D03-May-20242.4 KiB8980

AUTHORSD03-May-20246.1 KiB185182

Android.bpD03-May-2024781.3 KiB22,28021,808

Android.mkD03-May-20240 10

BUILD.gnD03-May-202422.8 KiB805715

CODE_OF_CONDUCT.mdD03-May-20243.2 KiB6950

DEPSD03-May-202487.5 KiB2,7122,503

DIR_METADATAD03-May-202433 43

ENG_REVIEW_OWNERS.webrtcD03-May-2024360 107

LICENSED03-May-20241.5 KiB3024

METADATAD03-May-2024482 2019

MODULE_LICENSE_BSDD03-May-20240

OWNERSD03-May-202437 22

OWNERS.webrtcD03-May-2024153 76

OWNERS_INFRA.webrtcD03-May-2024930 1817

PATENTSD03-May-20241.4 KiB2522

PRESUBMIT.pyD03-May-202453.5 KiB1,4331,156

README.chromiumD03-May-2024356 1512

README.mdD03-May-20241.3 KiB3324

WATCHLISTSD03-May-20245.4 KiB178174

codereview.settingsD03-May-2024194 65

g3doc.luaD03-May-202448 21

license_template.txtD03-May-2024410 119

native-api.mdD03-May-20244.9 KiB11590

presubmit_test.pyD03-May-202411.4 KiB332280

presubmit_test_mocks.pyD03-May-20243.9 KiB14295

pylintrcD03-May-20245.8 KiB217152

webrtc.gniD03-May-202438.3 KiB1,1941,052

webrtc_lib_link_test.ccD03-May-20244.4 KiB9873

whitespace.txtD03-May-2024312 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