Merge "Use -Werror in external/webrtc"
tree: 19f89d5ad7a69095718898a2c2cf876ec72da26a
  1. build_overrides/
  2. chromium/
  3. data/
  4. infra/
  5. resources/
  6. talk/
  7. third_party/
  8. tools/
  9. webrtc/
  10. .clang-format
  11. .gitignore
  12. .gn
  13. all.gyp
  14. Android.bp
  15. AUTHORS
  16. BUILD.gn
  17. check_root_dir.py
  18. codereview.settings
  19. COPYING
  20. DEPS
  21. LICENSE
  22. license_template.txt
  23. LICENSE_THIRD_PARTY
  24. MODULE_LICENSE_BSD
  25. NOTICE
  26. OWNERS
  27. PATENTS
  28. PRESUBMIT.py
  29. pylintrc
  30. README.md
  31. setup_links.py
  32. sync_chromium.py
  33. TODO
  34. WATCHLISTS
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. This page is maintained by the Google Chrome team.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info