Skip to content

Commit

Permalink
remove mDNS support
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 12, 2024
1 parent 20662bf commit a3dd9f9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
<input type="checkbox" id="dtls" name="dtls" disabled="disabled" checked="checked"> <label for="dtls">DTLS</label>
<a href="https://crates.io/crates/rtc-dtls"><img src="https://img.shields.io/crates/v/rtc-dtls.svg"></a>
<br>
<input type="checkbox" id="mdns" name="mdns" disabled="disabled"> <label for="mdns">mDNS</label>
<a href="https://crates.io/crates/rtc-mdns"><img src="https://img.shields.io/crates/v/rtc-mdns.svg"></a>
<!--input type="checkbox" id="mdns" name="mdns" disabled="disabled"> <label for="mdns">mDNS</label>
<a href="https://crates.io/crates/rtc-mdns"><img src="https://img.shields.io/crates/v/rtc-mdns.svg"></a-->
&nbsp;
<input type="checkbox" id="stun" name="stun" disabled="disabled" checked="checked"> <label for="stun">STUN</label>
<a href="https://crates.io/crates/rtc-stun"><img src="https://img.shields.io/crates/v/rtc-stun.svg"></a>
Expand All @@ -146,7 +146,7 @@
<tr>
<td style="border: 0"><img src="./res/rtc_crates_dep_graph.png"></td>
<td style="border: 0">&nbsp;</td>
<td style="border: 0"><img src="./res/webrtc_stack.png"></td>
<td style="border: 0"><img src="./res/rtc_stack.png"></td>
</tr>
</table>
<hr>
Expand Down
Binary file added res/rtc_stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/webrtc_crab.png
Binary file not shown.
Binary file removed res/webrtc_stack.png
Binary file not shown.

0 comments on commit a3dd9f9

Please sign in to comment.