Skip to content

Commit 667f066

Browse files
authored
modify readme (#34)
1 parent 86dd24d commit 667f066

File tree

2 files changed

+38
-30
lines changed

2 files changed

+38
-30
lines changed

README.md

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,8 @@
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.
1+
### WebRTC
42

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.
3+
This repository is a fork of the WebRTC project. The original README can be found [here](README_webrtc.md).
84

9-
The WebRTC initiative is a project supported by Google, Mozilla and Opera,
10-
amongst others.
11-
12-
### Development
13-
14-
See [here][native-dev] for instructions on how to get started
15-
developing with the native code.
16-
17-
[Authoritative list](native-api.md) of directories that contain the
18-
native API header files.
19-
20-
### More info
21-
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)
31-
32-
[native-dev]: https://webrtc.googlesource.com/src/+/main/docs/native-code/
5+
### License
6+
- [WebRTC](https://webrtc.org) software is licensed under the [BSD license](https://github.com/GetStream/webrtc/blob/main/LICENSE).
7+
- Includes patches from [shiguredo-webrtc-build](https://github.com/shiguredo-webrtc-build), licensed under the [Apache 2.0](https://github.com/shiguredo-webrtc-build/webrtc-build/blob/master/LICENSE).
8+
- Includes modifications from [webrtc-sdk/webrtc](https://github.com/webrtc-sdk/webrtc), licensed under the [BSD license](https://github.com/webrtc-sdk/webrtc/blob/master/LICENSE).

README_webrtc.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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,
10+
amongst others.
11+
12+
### Development
13+
14+
See [here][native-dev] for instructions on how to get started
15+
developing with the native code.
16+
17+
[Authoritative list](native-api.md) of directories that contain the
18+
native API header files.
19+
20+
### More info
21+
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)
31+
32+
[native-dev]: https://webrtc.googlesource.com/src/+/main/docs/native-code/

0 commit comments

Comments
 (0)