|
35 | 35 | <p align="center">
|
36 | 36 | <strong>Sponsored with 💖 by</strong><br>
|
37 | 37 | </p>
|
38 |
| -<!--p align="center"> |
| 38 | +<p align="center"> |
39 | 39 | <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> |
43 | 43 | <p align="center">
|
44 | 44 | <strong>Silver Sponsors:</strong><br>
|
45 | 45 | <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 | 61 | - [Overview](#overview)
|
62 | 62 | - [Features](#features)
|
63 | 63 | - [Building](#building)
|
64 |
| - - [Toolchain](#toolchain) |
65 |
| - - [Monorepo Setup](#monorepo-setup) |
| 64 | + - [Toolchain](#toolchain) |
| 65 | + - [Monorepo Setup](#monorepo-setup) |
66 | 66 | - [Open Source License](#open-source-license)
|
67 | 67 | - [Contributing](#contributing)
|
68 | 68 |
|
69 | 69 | </details>
|
70 | 70 |
|
71 | 71 | ## Overview
|
72 | 72 |
|
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. |
76 | 79 |
|
77 | 80 | ## Features
|
78 | 81 |
|
@@ -111,9 +114,12 @@ This project is still in active and early development stage, please refer to the
|
111 | 114 |
|
112 | 115 | **Minimum Supported Rust Version:** `1.65.0`
|
113 | 116 |
|
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. |
115 | 120 |
|
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. |
117 | 123 |
|
118 | 124 | ### Monorepo Setup
|
119 | 125 |
|
@@ -162,7 +168,10 @@ devbox shell
|
162 | 168 |
|
163 | 169 | ## Open Source License
|
164 | 170 |
|
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. |
166 | 175 |
|
167 | 176 | ## Contributing
|
168 | 177 |
|
|
0 commit comments