Mirko Bonadei | 01e97ae | 2019-09-05 12:36:42 | [diff] [blame] | 1 | # WebRTC native code |
| 2 | |
| 3 | The WebRTC Native Code package is meant for browser developers who want to |
| 4 | integrate WebRTC. Application developers are encouraged to use the [WebRTC |
| 5 | API][webrtc-api] instead. |
| 6 | |
| 7 | [webrtc-api]: http://dev.w3.org/2011/webrtc/editor/webrtc.html |
| 8 | |
| 9 | The WebRTC native code can be found at |
| 10 | [https://webrtc.googlesource.com/src][webrtc-repo]. |
| 11 | |
| 12 | [webrtc-repo]: https://webrtc.googlesource.com/src/ |
| 13 | |
| 14 | The change log is available at |
| 15 | [https://webrtc.googlesource.com/src/+log][webrtc-change-log] |
| 16 | |
| 17 | [webrtc-change-log]: https://webrtc.googlesource.com/src/+log |
| 18 | |
| 19 | Please read the [License & Rights][webrtc-license] and [FAQ][webrtc-faq] |
| 20 | before downloading the source code. |
| 21 | |
Mirko Bonadei | 8add929 | 2020-03-05 08:13:05 | [diff] [blame] | 22 | [webrtc-license]: https://webrtc.org/support/license |
Fanny Linderborg | 0d2dc1f | 2021-07-14 14:02:11 | [diff] [blame] | 23 | [webrtc-faq]: https://webrtc.googlesource.com/src/+/main/docs/faq.md |
Mirko Bonadei | 01e97ae | 2019-09-05 12:36:42 | [diff] [blame] | 24 | |
| 25 | The WebRTC [issue tracker][webrtc-issue-tracker] can be used for submitting |
| 26 | bugs found in native code. |
| 27 | |
| 28 | [webrtc-issue-tracker]: https://bugs.webrtc.org |
| 29 | |
| 30 | ## Subpages |
| 31 | |
| 32 | * [Prerequisite software][webrtc-prerequitite-sw] |
| 33 | * [Development][webrtc-development] |
| 34 | * [Android][webtc-android-development] |
| 35 | * [iOS][webrtc-ios-development] |
Johannes Kron | 9bbd51e | 2020-02-04 11:47:29 | [diff] [blame] | 36 | * [Experimental RTP header extensions][rtp-hdrext] |
Mirko Bonadei | 01e97ae | 2019-09-05 12:36:42 | [diff] [blame] | 37 | |
Johannes Kron | 822eeb5 | 2023-03-13 10:51:38 | [diff] [blame] | 38 | [webrtc-prerequitite-sw]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/prerequisite-sw/ |
| 39 | [webrtc-development]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/ |
| 40 | [webtc-android-development]: https://webrtc.googlesource.com/src/+/main/docs/native-code/android/ |
| 41 | [webrtc-ios-development]: https://webrtc.googlesource.com/src/+/main/docs/native-code/ios/ |
| 42 | [rtp-hdrext]: https://webrtc.googlesource.com/src/+/main/docs/native-code/rtp-hdrext/ |