Skip to content

Commit c570fd1

Browse files
author
rainliu
committed
add udp
1 parent 1965f95 commit c570fd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@
124124
<input type="checkbox" id="ice" name="ice" disabled="disabled" checked="checked"> <label for="ice">ICE</label>
125125
<a href="https://crates.io/crates/webrtc-ice"><img src="https://img.shields.io/crates/v/webrtc-ice.svg"></a>
126126
<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+
&nbsp;
127130
<input type="checkbox" id="sdp" name="sdp" disabled="disabled" checked="checked"> <label for="sdp">SDP</label>
128131
<a href="https://crates.io/crates/sdp"><img src="https://img.shields.io/crates/v/sdp.svg"></a>
129132
&nbsp;

0 commit comments

Comments
 (0)