Merge changes Ic6dd1b4e,Idba6a42b am: 27db8740fd am: c1fd2e92d9 am: 4ab4874b15 am: f0f234a62a

Original change: https://android-review.googlesource.com/c/platform/external/webrtc/+/1438352

Change-Id: Ifcd05ddd51191b5ff27a22c2aa89d29c31ef8e37
tree: 3133f9c140bbc4072502804290a7e5527cbfb289
  1. android_tools/
  2. api/
  3. audio/
  4. base/
  5. build_overrides/
  6. call/
  7. common_audio/
  8. common_video/
  9. data/
  10. docs/
  11. examples/
  12. logging/
  13. media/
  14. modules/
  15. p2p/
  16. pc/
  17. resources/
  18. rtc_base/
  19. rtc_tools/
  20. sdk/
  21. stats/
  22. style-guide/
  23. system_wrappers/
  24. test/
  25. third_party/
  26. tools_webrtc/
  27. video/
  28. .clang-format
  29. .git-blame-ignore-revs
  30. .gitignore
  31. .gn
  32. .vpython
  33. abseil-in-webrtc.md
  34. Android.bp
  35. Android.mk
  36. AUTHORS
  37. BUILD.gn
  38. CODE_OF_CONDUCT.md
  39. codereview.settings
  40. common_types.h
  41. DEPS
  42. ENG_REVIEW_OWNERS
  43. LICENSE
  44. license_template.txt
  45. METADATA
  46. MODULE_LICENSE_BSD
  47. native-api.md
  48. OWNERS.webrtc
  49. PATENTS
  50. PRESUBMIT.py
  51. presubmit_test.py
  52. presubmit_test_mocks.py
  53. pylintrc
  54. README.chromium
  55. README.md
  56. style-guide.md
  57. WATCHLISTS
  58. webrtc.gni
  59. webrtc_lib_link_test.cc
  60. whitespace.txt
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