Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / libwebrtc / README.md
blob32b9f16bad0e0b3389faeca098c97eb0ef16a0e3
1 **WebRTC is a free, open software project** that provides browsers and mobile
2 applications with Real-Time Communications (RTC) capabilities via simple APIs.
3 The WebRTC components have been optimized to best serve this purpose.
5 **Our mission:** To enable rich, high-quality RTC applications to be
6 developed for the browser, mobile platforms, and IoT devices, and allow them
7 all to communicate via a common set of protocols.
9 The WebRTC initiative is a project supported by Google, Mozilla and Opera,
10 amongst others.
12 ### Development
14 See [here][native-dev] for instructions on how to get started
15 developing with the native code.
17 [Authoritative list](native-api.md) of directories that contain the
18 native API header files.
20 ### More info
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)
32 [native-dev]: https://webrtc.googlesource.com/src/+/main/docs/native-code/