I wanted to integrated elevenlabs into my project, I have pasted the elevenlabs embed code into my project with the attributes of agent ID and allow microphone but each time I try to start the flow , I get an error occurred or permission denied
salma
1 day ago
users need to give access to the microphone in order to enable it, is there a popup showing from the browser requesting permissions?
Sanni
1 day ago
No pop up I have added an attribute Allow : Mircophone
salma
1 day ago
you need to use the web media API to request permissions, which will need to be done in a custom action and triggered on click of a button I'm not sure the embed widget will be able to handle that