Add device controls to the simple chatbot example

This commit is contained in:
mattie ruth backman
2025-07-03 11:12:10 -07:00
committed by Mattie Ruth
parent e04e876f44
commit faf4026cf4
3 changed files with 81 additions and 4 deletions

View File

@@ -27,6 +27,13 @@
</div>
</div>
<div class="device-bar">
<div class="device-controls">
<select id="device-selector"></select>
<button id="mic-toggle-btn">Mute Mic</button>
</div>
</div>
<div class="debug-panel">
<h3>Debug Info</h3>
<div id="debug-log"></div>