blob: 32b9f16bad0e0b3389faeca098c97eb0ef16a0e3 [file] [log] [blame] [view]
Henrik Kjellanderc68700f2015-09-11 09:03:581**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,
kjellander590d4822017-03-23 10:46:0010amongst others.
Henrik Kjellanderc68700f2015-09-11 09:03:5811
12### Development
13
Mirko Bonadeid059dfb2020-04-16 11:06:1514See [here][native-dev] for instructions on how to get started
Mirko Bonadei3c495312020-04-16 10:58:1415developing with the native code.
Henrik Kjellanderc68700f2015-09-11 09:03:5816
Karl Wibergd4f01c12017-11-10 09:55:4517[Authoritative list](native-api.md) of directories that contain the
18native API header files.
19
Henrik Kjellanderc68700f2015-09-11 09:03:5820### More info
21
22 * Official web site: http://www.webrtc.org
Aaron Gable2db9c282017-09-13 18:59:4523 * Master source code repo: https://webrtc.googlesource.com/src
Henrik Kjellanderc68700f2015-09-11 09:03:5824 * Samples and reference apps: https://github.com/webrtc
25 * Mailing list: http://groups.google.com/group/discuss-webrtc
Byoungchan Lee319d76c2021-04-18 22:12:2926 * Continuous build: https://ci.chromium.org/p/webrtc/g/ci/console
Danil Chapovalov46f5c112021-05-12 12:05:4827 * [Coding style guide](g3doc/style-guide.md)
Karl Wibergbb821e22017-09-03 03:02:1228 * [Code of conduct](CODE_OF_CONDUCT.md)
Philipp Hanckecc40d822020-10-21 14:09:2429 * [Reporting bugs](docs/bug-reporting.md)
Philipp Hancked7aa8752021-07-09 06:15:5030 * [Documentation](g3doc/sitemap.md)
Mirko Bonadeid059dfb2020-04-16 11:06:1531
Li-Yu Yu4f1dcbb2023-05-26 07:50:5432[native-dev]: https://webrtc.googlesource.com/src/+/main/docs/native-code/