Skip to content

Commit 69786e4

Browse files
committed
add Gold Sponsor
1 parent 5ff04ad commit 69786e4

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

README.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
<p align="center">
3636
<strong>Sponsored with 💖 by</strong><br>
3737
</p>
38-
<!--p align="center">
38+
<p align="center">
3939
<strong>Gold Sponsors:</strong><br>
40-
<a href="https://www.parity.io/" target="_blank">
41-
<img src="https://raw.githubusercontent.com/webrtc-rs/webrtc/master/doc/parity.png" style="height:75px;" alt="Parity Technologies">
42-
</a><br-->
40+
<a href="https://www.recall.ai" target="_blank">
41+
<img src="https://raw.githubusercontent.com/webrtc-rs/webrtc/master/doc/recall.svg" style="height:50px;" alt="Recall.ai">
42+
</a><br>
4343
<p align="center">
4444
<strong>Silver Sponsors:</strong><br>
4545
<a href="https://getstream.io/video/voice-calling/?utm_source=https://github.com/webrtc-rs/webrtc&utm_medium=sponsorship&utm_content=&utm_campaign=webrtcRepo_July2023_video_klmh22" target="_blank">
@@ -61,18 +61,21 @@
6161
- [Overview](#overview)
6262
- [Features](#features)
6363
- [Building](#building)
64-
- [Toolchain](#toolchain)
65-
- [Monorepo Setup](#monorepo-setup)
64+
- [Toolchain](#toolchain)
65+
- [Monorepo Setup](#monorepo-setup)
6666
- [Open Source License](#open-source-license)
6767
- [Contributing](#contributing)
6868

6969
</details>
7070

7171
## Overview
7272

73-
WebRTC.rs is a pure Rust implementation of WebRTC stack, which rewrites <a href="https://github.com/pion/webrtc/releases/tag/v3.1.5">Pion</a> stack in Rust.
74-
This project is still in active and early development stage, please refer to the [Roadmap](https://github.com/webrtc-rs/webrtc/issues/1) to track the major milestones and releases.
75-
[Examples](https://github.com/webrtc-rs/webrtc/blob/master/examples/examples/README.md) provide code samples to show how to use webrtc-rs to build media and data channel applications.
73+
WebRTC.rs is a pure Rust implementation of WebRTC stack, which
74+
rewrites <a href="https://github.com/pion/webrtc/releases/tag/v3.1.5">Pion</a> stack in Rust.
75+
This project is still in active and early development stage, please refer to
76+
the [Roadmap](https://github.com/webrtc-rs/webrtc/issues/1) to track the major milestones and releases.
77+
[Examples](https://github.com/webrtc-rs/webrtc/blob/master/examples/examples/README.md) provide code samples to show how
78+
to use webrtc-rs to build media and data channel applications.
7679

7780
## Features
7881

@@ -111,9 +114,12 @@ This project is still in active and early development stage, please refer to the
111114

112115
**Minimum Supported Rust Version:** `1.65.0`
113116

114-
Our minimum supported rust version(MSRV) policy is to support versions of the compiler released within the last six months. We don't eagerly bump the minimum version we support, instead the minimum will be bumped on a needed by needed basis, usually because downstream dependencies force us to.
117+
Our minimum supported rust version(MSRV) policy is to support versions of the compiler released within the last six
118+
months. We don't eagerly bump the minimum version we support, instead the minimum will be bumped on a needed by needed
119+
basis, usually because downstream dependencies force us to.
115120

116-
**Note:** Changes to the minimum supported version are not consider breaking from a [semver](https://semver.org/) perspective.
121+
**Note:** Changes to the minimum supported version are not consider breaking from a [semver](https://semver.org/)
122+
perspective.
117123

118124
### Monorepo Setup
119125

@@ -162,7 +168,10 @@ devbox shell
162168

163169
## Open Source License
164170

165-
Dual licensing under both MIT and Apache-2.0 is the currently accepted standard by the Rust language community and has been used for both the compiler and many public libraries since (see <https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license>). In order to match the community standards, webrtc-rs is using the dual MIT+Apache-2.0 license.
171+
Dual licensing under both MIT and Apache-2.0 is the currently accepted standard by the Rust language community and has
172+
been used for both the compiler and many public libraries since (
173+
see <https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license>). In order to match the
174+
community standards, webrtc-rs is using the dual MIT+Apache-2.0 license.
166175

167176
## Contributing
168177

doc/recall.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)