Henrik Kjellander | c68700f | 2015-09-11 09:03:58 | [diff] [blame] | 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. |
| 4 | |
| 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. |
| 8 | |
| 9 | The WebRTC initiative is a project supported by Google, Mozilla and Opera, |
kjellander | 590d482 | 2017-03-23 10:46:00 | [diff] [blame] | 10 | amongst others. |
Henrik Kjellander | c68700f | 2015-09-11 09:03:58 | [diff] [blame] | 11 | |
| 12 | ### Development |
| 13 | |
Mirko Bonadei | d059dfb | 2020-04-16 11:06:15 | [diff] [blame] | 14 | See [here][native-dev] for instructions on how to get started |
Mirko Bonadei | 3c49531 | 2020-04-16 10:58:14 | [diff] [blame] | 15 | developing with the native code. |
Henrik Kjellander | c68700f | 2015-09-11 09:03:58 | [diff] [blame] | 16 | |
Karl Wiberg | d4f01c1 | 2017-11-10 09:55:45 | [diff] [blame] | 17 | [Authoritative list](native-api.md) of directories that contain the |
| 18 | native API header files. |
| 19 | |
Henrik Kjellander | c68700f | 2015-09-11 09:03:58 | [diff] [blame] | 20 | ### More info |
| 21 | |
| 22 | * Official web site: http://www.webrtc.org |
Aaron Gable | 2db9c28 | 2017-09-13 18:59:45 | [diff] [blame] | 23 | * Master source code repo: https://webrtc.googlesource.com/src |
Henrik Kjellander | c68700f | 2015-09-11 09:03:58 | [diff] [blame] | 24 | * Samples and reference apps: https://github.com/webrtc |
| 25 | * Mailing list: http://groups.google.com/group/discuss-webrtc |
Byoungchan Lee | 319d76c | 2021-04-18 22:12:29 | [diff] [blame] | 26 | * Continuous build: https://ci.chromium.org/p/webrtc/g/ci/console |
Danil Chapovalov | 46f5c11 | 2021-05-12 12:05:48 | [diff] [blame] | 27 | * [Coding style guide](g3doc/style-guide.md) |
Karl Wiberg | bb821e2 | 2017-09-03 03:02:12 | [diff] [blame] | 28 | * [Code of conduct](CODE_OF_CONDUCT.md) |
Philipp Hancke | cc40d82 | 2020-10-21 14:09:24 | [diff] [blame] | 29 | * [Reporting bugs](docs/bug-reporting.md) |
Philipp Hancke | d7aa875 | 2021-07-09 06:15:50 | [diff] [blame] | 30 | * [Documentation](g3doc/sitemap.md) |
Mirko Bonadei | d059dfb | 2020-04-16 11:06:15 | [diff] [blame] | 31 | |
Li-Yu Yu | 4f1dcbb | 2023-05-26 07:50:54 | [diff] [blame] | 32 | [native-dev]: https://webrtc.googlesource.com/src/+/main/docs/native-code/ |