Hi everyone,
I’m building an app in AppMaster and I want to add a feature that allows users to record their voice directly within the app — both on mobile and web.
Does AppMaster currently support voice/audio recording functionality?
If yes, what is the recommended way to implement this?
If not, are there any known workarounds or plans to support voice recording in future updates?
Thanks in advance for your help!
@Jyoti_Deep Hello. Yes, AppMaster does support voice/audio recording functionality.
To implement this feature, you can use the following WEB business process blocks:
- Sound Recorder Start – initiates the audio recording
- Sound Recorder Stop – stops the recording
- Sound Recorder Get Status – allows you to check the current status of the recorder
These blocks enable you to build a BP for recording audio directly within your web app.
Thanks for the clarification regarding implementation in the web app
Could you please also guide me on how to implement voice recording in the mobile app version? I want users to be able to record and upload audio directly from their mobile devices.
Is there any native support or recommended approach for enabling microphone access and recording functionality in mobile apps built with AppMaster?
Looking forward to your guidance. Thanks again!