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 1965f95 commit c570fd1Copy full SHA for c570fd1
index.html
@@ -124,6 +124,9 @@
124
<input type="checkbox" id="ice" name="ice" disabled="disabled" checked="checked"> <label for="ice">ICE</label>
125
<a href="https://crates.io/crates/webrtc-ice"><img src="https://img.shields.io/crates/v/webrtc-ice.svg"></a>
126
<br>
127
+ <input type="checkbox" id="udp" name="udp" disabled="disabled"> <label for="udp">UDP</label>
128
+ <a href="https://crates.io/crates/webrtc-udp"><img src="https://img.shields.io/crates/v/webrtc-udp.svg"></a>
129
+
130
<input type="checkbox" id="sdp" name="sdp" disabled="disabled" checked="checked"> <label for="sdp">SDP</label>
131
<a href="https://crates.io/crates/sdp"><img src="https://img.shields.io/crates/v/sdp.svg"></a>
132
0 commit comments