Skip to content

Commit

Permalink
Remove unused checkboxes causing confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Feb 10, 2024
1 parent d046c1b commit 1a5854a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,6 @@
<input type="text" class="form-control" id="destination" placeholder="<%= destination %>"
value="<%= destination %>" />
</div>
<div class="form-group">
<div>Call Options:</div>
<div class="form-check">
<input type="checkbox" id="audio" value="1" checked />
<label class="form-check-label" for="audio">
Include Audio
</label>
</div>
<div class="form-check">
<input type="checkbox" id="video" value="1" checked />
<label class="form-check-label" for="video">
Include Video
</label>
</div>
</div>
<div class="d-grid gap-2">
<button id="btnConnect" class="btn btn-success" onclick="connect()">
Connect
Expand Down

0 comments on commit 1a5854a

Please sign in to comment.