Record voice / audio and store the audio file in backend

Hi Guys,

For my use case, i need to record an audio file (think of voice memos) and then store them in a backend ( I am thinking Xano). I am trying to figure out how would I go about it? Do I need to use an external API like twilio to make such recording or is there a way i can use native audio recorder of the device? Any suggestion / direction is highly appreciated.

Hello @harsh_suri, welcome to the forum.

We don’t have native support for audio recorder. What I would recommend is registering a known react component for this as a code component.

You can read more about code components here Using code components in Plasmic Studio | Learn Plasmic