I am working with a react web view with Flutter for Mac and it uses the user’s microphone.
The react app opens in Safari.
But it requests for microphone permission on every page load!
Is there any way to permanently allow microphone access for the user?
some important context:
The user cannot open settings in the web view
The user cannot access the browser’s console