From 74cdceb51faffba619f30fad01adb86314a407cb Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Thu, 7 Oct 2021 09:16:54 +0800 Subject: [PATCH] Additional info. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d074c485f..2f2029a92a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,20 @@ native API header files. [native-dev]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/index.md +## Additional notes from [webrtc-sdk](https://github.com/webrtc-sdk) community + ### Note -This is a community maintenance project, not the official Google WebRTC repository. It is maintained by some contributors with WebRTC development experience, and the goal is to create a flexible binary release version. +This is a **Community-Maintained** project, **Not the official Google WebRTC repository**. It is maintained by some contributors with WebRTC development experience, and the goal is to create a flexible release version to provide pre-compiled Mobile/Desktop/Embedded SDKs. + +### Open Source License Compliance + +* The original code was cloned from [google webrtc](https://chromium.googlesource.com/external/webrtc.git) and released with [BSD license](/LICENSE). + +* Contains patches from the [shiguredo-webrtc-build](https://github.com/shiguredo-webrtc-build) community and complies with the [Apache 2.0](/NOTICE) license. + +### Who is using this project + +* [flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc) + +* [LiveKit](https://github.com/livekit)