Hi team,
Android device - Samsung phone.
Unfortunately having issues with implementing recording voice narration (to be sent to my backend and AI end point).
- Unlike useImagePicker there is no native SDK support (useImagePicker) works — camera/gallery permissions handled automatically.
So I have to use Web API (getUserMedia)
but even after allowing permission inside app (SHARE button) according to manifest.json microphone request, despite that mic isn’t allowed and system sends to android app permissions but shop (minis), nor shop app have mic in the options. only camera, storage and location.
Is there any successful implementations/examples on how to use mic recording within a mini app.

