This repository was archived by the owner on Jun 17, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/pipecat_cli/templates/client/vanilla-js-vite Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 </ div >
2121 < div class ="controls ">
2222 < button id ="mic-btn " class ="control-btn " disabled >
23- 🎤 < span id ="mic-status "> Mic Off</ span >
23+ 🎤 < span id ="mic-status "> Mic is Off</ span >
2424 </ button >
2525 < button id ="connect-btn " class ="connect-btn "> Connect</ button >
2626 </ div >
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ class VoiceChatClient {
180180 }
181181
182182 updateMicButton ( enabled ) {
183- this . micStatus . textContent = enabled ? 'Mic On' : 'Mic Off' ;
183+ this . micStatus . textContent = enabled ? 'Mic is On' : 'Mic is Off' ;
184184 this . micBtn . style . backgroundColor = enabled ? '#10b981' : '#1f2937' ;
185185 }
186186
You can’t perform that action at this time.
0 commit comments