PricingBlog

Elevenlabs integration in nordcraft

  • adewale0905-1478378512607088670

    Sanni

    1 day ago

    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
    1478378512778793050-Screenshot_2026-03-03_at_2.06.29_PM.png
  • whitep4nth3r-1478378764458266745

    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?
  • adewale0905-1478379068335329320

    Sanni

    1 day ago

    No pop up

    I have added an attribute Allow : Mircophone
  • whitep4nth3r-1478379313924407366

    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
  • adewale0905-1478379440672079942

    Sanni

    1 day ago

    Oh okay, let me try that then.

    Thank you