Hey all - I am working on a web app and need to access permission to record a user's audio.
Think a push-to-record type functionality; before I can record, I need to get permission from the browser (Web application) to use audio. However, the native FF permissions only work on iOS and Android.
Does anyone have guidance on how I might be able to request audio recording / microphone access for a FlutterFlowWeb App?
Thank you!