Merge "Add OWNERS file for webrtc" am: 9de83545f1 am: 59c4f3e0f3

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

Change-Id: I0666b9a44644a1f03691c4e6d6b08bdbbdd25e6e
tree: ba52ed322c405754334f8055686b90e4743fe636
  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
  49. OWNERS.webrtc
  50. PATENTS
  51. PRESUBMIT.py
  52. presubmit_test.py
  53. presubmit_test_mocks.py
  54. pylintrc
  55. README.chromium
  56. README.md
  57. style-guide.md
  58. WATCHLISTS
  59. webrtc.gni
  60. webrtc_lib_link_test.cc
  61. 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