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