fix
This commit is contained in:
@@ -3,12 +3,12 @@ console.log('INIT ELEVENLABS')
|
|||||||
import { Conversation } from 'https://cdn.skypack.dev/@elevenlabs/client';
|
import { Conversation } from 'https://cdn.skypack.dev/@elevenlabs/client';
|
||||||
|
|
||||||
|
|
||||||
const callBtn = document.getElementById('callBtn');
|
|
||||||
let conversation = null;
|
let conversation = null;
|
||||||
|
|
||||||
console.log("INIT")
|
console.log("INIT")
|
||||||
document.addEventListener('JSsucks', () => {
|
document.addEventListener('JSsucks', () => {
|
||||||
console.log("JSsucks")
|
console.log("JSsucks")
|
||||||
|
const callBtn = document.getElementById('callBtn');
|
||||||
callBtn.addEventListener('click', async () => {
|
callBtn.addEventListener('click', async () => {
|
||||||
console.log('Requesting microphone access...');
|
console.log('Requesting microphone access...');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user