1**WebRTC is a free, open software project** that provides browsers and mobile 2applications with Real-Time Communications (RTC) capabilities via simple APIs. 3The WebRTC components have been optimized to best serve this purpose. 4 5**Our mission:** To enable rich, high-quality RTC applications to be 6developed for the browser, mobile platforms, and IoT devices, and allow them 7all to communicate via a common set of protocols. 8 9The WebRTC initiative is a project supported by Google, Mozilla and Opera, 10amongst others. 11 12### Development 13 14See [here][native-dev] for instructions on how to get started 15developing with the native code. 16 17[Authoritative list](native-api.md) of directories that contain the 18native API header files. 19 20### More info 21 22 * Official web site: http://www.webrtc.org 23 * Master source code repo: https://webrtc.googlesource.com/src 24 * Samples and reference apps: https://github.com/webrtc 25 * Mailing list: http://groups.google.com/group/discuss-webrtc 26 * Continuous build: https://ci.chromium.org/p/webrtc/g/ci/console 27 * [Coding style guide](g3doc/style-guide.md) 28 * [Code of conduct](CODE_OF_CONDUCT.md) 29 * [Reporting bugs](docs/bug-reporting.md) 30 * [Documentation](g3doc/sitemap.md) 31 32[native-dev]: https://webrtc.googlesource.com/src/+/main/docs/native-code/index.md 33