We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3b488 commit 4294cb8Copy full SHA for 4294cb8
index.html
@@ -88,6 +88,9 @@
88
A pure Rust implementation of WebRTC stack. Rewrite <a href="http://Pion.ly">Pion</a> WebRTC stack in Rust
89
</p>
90
<hr>
91
+ <input type="checkbox" id="peer" name="peer" disabled="disabled"> <label for="peer">Peer</label>
92
+ <a href="https://crates.io/crates/webrtc-peer"><img src="https://img.shields.io/crates/v/webrtc-peer.svg"></a>
93
+ <br>
94
<input type="checkbox" id="media" name="media" disabled="disabled"> <label for="media">Media</label>
95
<a href="https://crates.io/crates/webrtc-media"><img src="https://img.shields.io/crates/v/webrtc-media.svg"></a>
96
0 commit comments