Add device controls to the simple chatbot example
This commit is contained in:
committed by
Mattie Ruth
parent
e04e876f44
commit
faf4026cf4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user