android13/external/webrtc
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
android_tools initial 2024-06-22 20:45:49 +08:00
api initial 2024-06-22 20:45:49 +08:00
audio initial 2024-06-22 20:45:49 +08:00
base/third_party/libevent initial 2024-06-22 20:45:49 +08:00
build_overrides initial 2024-06-22 20:45:49 +08:00
call initial 2024-06-22 20:45:49 +08:00
common_audio initial 2024-06-22 20:45:49 +08:00
common_video initial 2024-06-22 20:45:49 +08:00
data initial 2024-06-22 20:45:49 +08:00
docs initial 2024-06-22 20:45:49 +08:00
examples initial 2024-06-22 20:45:49 +08:00
logging initial 2024-06-22 20:45:49 +08:00
media initial 2024-06-22 20:45:49 +08:00
modules initial 2024-06-22 20:45:49 +08:00
p2p initial 2024-06-22 20:45:49 +08:00
pc initial 2024-06-22 20:45:49 +08:00
resources initial 2024-06-22 20:45:49 +08:00
rtc_base initial 2024-06-22 20:45:49 +08:00
rtc_tools initial 2024-06-22 20:45:49 +08:00
sdk initial 2024-06-22 20:45:49 +08:00
stats initial 2024-06-22 20:45:49 +08:00
style-guide initial 2024-06-22 20:45:49 +08:00
system_wrappers initial 2024-06-22 20:45:49 +08:00
test initial 2024-06-22 20:45:49 +08:00
third_party initial 2024-06-22 20:45:49 +08:00
tools_webrtc initial 2024-06-22 20:45:49 +08:00
video initial 2024-06-22 20:45:49 +08:00
.clang-format initial 2024-06-22 20:45:49 +08:00
.git-blame-ignore-revs initial 2024-06-22 20:45:49 +08:00
.gn initial 2024-06-22 20:45:49 +08:00
.vpython initial 2024-06-22 20:45:49 +08:00
AUTHORS initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
Android.mk initial 2024-06-22 20:45:49 +08:00
BUILD.gn initial 2024-06-22 20:45:49 +08:00
CODE_OF_CONDUCT.md initial 2024-06-22 20:45:49 +08:00
DEPS initial 2024-06-22 20:45:49 +08:00
ENG_REVIEW_OWNERS initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_BSD initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
OWNERS.webrtc initial 2024-06-22 20:45:49 +08:00
PATENTS initial 2024-06-22 20:45:49 +08:00
PRESUBMIT.py initial 2024-06-22 20:45:49 +08:00
README.chromium initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
WATCHLISTS initial 2024-06-22 20:45:49 +08:00
abseil-in-webrtc.md initial 2024-06-22 20:45:49 +08:00
codereview.settings initial 2024-06-22 20:45:49 +08:00
common_types.h initial 2024-06-22 20:45:49 +08:00
license_template.txt initial 2024-06-22 20:45:49 +08:00
native-api.md initial 2024-06-22 20:45:49 +08:00
presubmit_test.py initial 2024-06-22 20:45:49 +08:00
presubmit_test_mocks.py initial 2024-06-22 20:45:49 +08:00
pylintrc initial 2024-06-22 20:45:49 +08:00
style-guide.md initial 2024-06-22 20:45:49 +08:00
webrtc.gni initial 2024-06-22 20:45:49 +08:00
webrtc_lib_link_test.cc initial 2024-06-22 20:45:49 +08:00
whitespace.txt initial 2024-06-22 20:45:49 +08:00

README.md

WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.

Development

See here for instructions on how to get started developing with the native code.

Authoritative list of directories that contain the native API header files.

More info