Typebot audio not working - Flutterflow web
I’m trying to use audio recording feature and publish a Typebot to Flutterflow Web. However, it seems that the audio functionality isn’t working because it’s not prompting for microphone permissions, resulting in a 'permission denied' error.
3 Replies
I fixed it now by adding as iframe. Is there any other way?🤔
<iframe
src="https://typebot.co/xxx"
style="border: none; width: 100%; height: 100vh" allow="microphone"
></iframe>
Mmmh that's a good point
Isn't Webview already kind of an iframe in FlutterFlow?
Your solution should be the only way then
thanks @Baptiste! i'm already in love with Typebot 😍