This commit is contained in:
Oliver
2025-07-28 18:57:49 -03:00
parent 58cca9e3d2
commit ed23263084
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ const callBtn = document.getElementById('callBtn');
let conversation = null;
document.addEventListener('DOMContentLoaded', () => {
document.addEventListener('JSsucks', () => {
callBtn.addEventListener('click', async () => {
console.log('Requesting microphone access...');