No description
Find a file
2023-01-03 14:58:56 -08:00
api Clean up diff 2022-11-18 15:39:11 -05:00
audio Fix post-merge errors 2022-11-16 17:17:11 -05:00
build_overrides Add stub for build_overrides/partition_alloc.gni 2022-08-29 12:17:02 +00:00
call Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
common_audio Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
common_video Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
data Remove old data files. 2018-10-05 14:40:21 +00:00
docs doc: backfill M90-M105 release notes 2022-08-29 21:04:32 +00:00
examples Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
g3doc stats: add missing ice candidate stats 2022-10-04 18:02:28 +00:00
infra Clean up diff 2022-11-18 15:39:11 -05:00
logging Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
media Fix post-merge errors 2022-11-16 17:17:11 -05:00
modules Clean up diff 2022-11-18 15:39:11 -05:00
net/dcsctp Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
p2p Fix post-merge errors 2022-11-16 17:17:11 -05:00
pc Keep DTLS disabled 2022-11-18 15:39:11 -05:00
resources Clarify and extend test support for certain sample rates in audio processing 2022-08-03 14:26:36 +00:00
rtc_base Fix logging level 2023-01-02 17:17:14 -05:00
rtc_tools Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
sdk Clean up diff 2022-11-18 15:39:11 -05:00
stats Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
system_wrappers Fix post-merge errors 2022-11-16 17:17:11 -05:00
test Clean up diff 2022-11-18 15:39:11 -05:00
tools_webrtc Clean up diff 2022-11-18 15:39:11 -05:00
video Add back LowresSimulcastBitrateInterpolation override 2022-11-22 11:29:15 -05:00
.clang-format Add IncludeBlocks to clang-format. 2021-02-03 16:29:07 +00:00
.git-blame-ignore-revs Let git-hyper-blame ignore new format cleanup. 2019-07-11 16:18:51 +00:00
.gitignore Add .cache to .gitignore. 2021-01-20 15:01:07 +00:00
.gn Merge in M108 2022-11-11 17:02:35 -05:00
.mailmap Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
.style.yapf Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
.vpython Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
.vpython3 Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
AUTHORS Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
BUILD.gn Merge in M108 2022-11-11 17:02:35 -05:00
CODE_OF_CONDUCT.md Reference "main" branches instead of "master" branches. 2021-07-15 11:07:44 +00:00
codereview.settings Don't add webrtc-reviews@ to CC, it can be added globally on Gerrit 2018-10-25 08:19:53 +00:00
DEPS Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
DIR_METADATA Move metadata in OWNERS files to DIR_METADATA files. 2021-02-08 19:09:33 +00:00
ENG_REVIEW_OWNERS Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
g3doc.lua Improve webrtc documentation infra. Preview at: 2021-03-30 10:29:30 +00:00
LICENSE Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
license_template.txt
native-api.md Reference "main" branches instead of "master" branches. 2021-07-15 11:07:44 +00:00
OWNERS Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
PATENTS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
PRESUBMIT.py Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
presubmit_test.py Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
presubmit_test_mocks.py Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
pylintrc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
README.chromium Add CPEPrefix. 2020-07-13 11:42:07 +00:00
README.md ks 2021-10-29 07:49:26 -06:00
ringrtc Update build files to build RingRTC parts correctly. 2020-03-25 20:53:29 -07:00
WATCHLISTS Delete modules/video_processing 2022-09-30 13:50:49 +00:00
webrtc.gni Remove workaround for libvpx on Intel Mac Catalyst 2022-12-22 12:07:28 -08:00
webrtc_lib_link_test.cc Deprecate PeerConnectionFactory::CreatePeerConnection 2021-05-10 08:47:48 +00:00
whitespace.txt Trigger CI. 2022-08-12 11:03:03 +00:00

This is a fork of WebRTC intended to be used in RingRTC. It currently has the following changes:

  • Injections into the build system for RingRTC's Rust FFI
  • Changes to Android and iOS SDKs for some more control/customization
  • ICE forking (from https://webrtc-review.googlesource.com/c/src/+/167051/)
  • Various things disabled (RTP header extensions, audio codecs)
  • Various security patches (since the version when the fork branched off)

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