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 9ef02e3 commit 20662bfCopy full SHA for 20662bf
index.html
@@ -133,7 +133,7 @@
133
<input type="checkbox" id="turn" name="turn" disabled="disabled"> <label for="turn">TURN</label>
134
<a href="https://crates.io/crates/rtc-turn"><img src="https://img.shields.io/crates/v/rtc-turn.svg"></a>
135
136
- <input type="checkbox" id="ice" name="ice" disabled="disabled"> <label for="ice">ICE</label>
+ <input type="checkbox" id="ice" name="ice" disabled="disabled" checked="checked"> <label for="ice">ICE</label>
137
<a href="https://crates.io/crates/rtc-ice"><img src="https://img.shields.io/crates/v/rtc-ice.svg"></a>
138
<br>
139
<input type="checkbox" id="sdp" name="sdp" disabled="disabled" checked="checked"> <label for="sdp">SDP</label>
0 commit comments