• Home
Name Date Size #Lines LOC

..--

android_tools/03-May-2024-194,939192,733

api/03-May-2024-48,95231,263

audio/03-May-2024-14,63910,779

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

build_overrides/03-May-2024-9071

call/03-May-2024-24,93018,244

common_audio/03-May-2024-25,76516,937

common_video/03-May-2024-6,8454,808

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

docs/03-May-2024-1,465999

examples/03-May-2024-30,77723,341

logging/03-May-2024-19,23014,515

media/03-May-2024-43,65832,540

modules/03-May-2024-433,193302,332

p2p/03-May-2024-43,94331,402

pc/03-May-2024-103,11778,332

resources/03-May-2024-398380

rtc_base/03-May-2024-91,55564,852

rtc_tools/03-May-2024-14,74211,049

sdk/03-May-2024-85,35259,284

stats/03-May-2024-2,1331,750

style-guide/03-May-2024-3324

system_wrappers/03-May-2024-3,4532,264

test/03-May-2024-48,49536,884

third_party/03-May-2024-203,089139,089

tools_webrtc/03-May-2024-11,3558,519

video/03-May-2024-65,98950,867

.clang-formatD03-May-2024588 2221

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

.gitignoreD03-May-20241.2 KiB7271

.gnD03-May-20242.6 KiB7966

.vpythonD03-May-20242.1 KiB6963

AUTHORSD03-May-20244.5 KiB133130

Android.bpD03-May-2024197 KiB5,7005,425

Android.mkD03-May-20240 10

BUILD.gnD03-May-202420.5 KiB732649

CODE_OF_CONDUCT.mdD03-May-20243.2 KiB6850

DEPSD03-May-2024103.7 KiB3,2622,995

ENG_REVIEW_OWNERSD03-May-2024399 129

LICENSED03-May-20241.5 KiB3024

METADATAD03-May-2024482 2019

MODULE_LICENSE_BSDD03-May-20240

OWNERSD03-May-202437 22

OWNERS.webrtcD03-May-2024639 2321

PATENTSD03-May-20241.4 KiB2522

PRESUBMIT.pyD03-May-202450.6 KiB1,2921,039

README.chromiumD03-May-2024356 1512

README.mdD03-May-20241.2 KiB3122

WATCHLISTSD03-May-20246 KiB190186

abseil-in-webrtc.mdD03-May-20242.7 KiB7554

codereview.settingsD03-May-2024194 65

common_types.hD03-May-20242.9 KiB9951

license_template.txtD03-May-2024410 119

native-api.mdD03-May-20245 KiB11792

presubmit_test.pyD03-May-20249.2 KiB274227

presubmit_test_mocks.pyD03-May-20243.7 KiB13185

pylintrcD03-May-20246.1 KiB220154

style-guide.mdD03-May-20248.5 KiB256181

webrtc.gniD03-May-202434.5 KiB1,107969

webrtc_lib_link_test.ccD03-May-20244.3 KiB9673

whitespace.txtD03-May-2024313 85

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: http://build.chromium.org/p/client.webrtc
27 * [Coding style guide](style-guide.md)
28 * [Code of conduct](CODE_OF_CONDUCT.md)
29
30[native-dev]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/index.md
31