Audio Recorder - New Plugin from Zeroqode

@levon @appunti This is the current situation

Plugin configuration

Editor view

Workflow view

Review view with chrome inspect

Thank you!!!

Hey @levon Chrome on Mac doesn’t seem to work anymore. Are you aware of this issue?
Cheers

since when? did you install the latest version where we fixed that?

please send us a message so that we can share the link, username and password to the page.

@Levon If you’re referring to me: I installed the latest fix and I guess since then it stopped working in Chrome (MacOS).

Work fine for me, and in iOS Safari.

@appunti sorry for a delay getting back to you. The reason it’s not working for you is because your app is not using SSL. It’s on http instead of https. I guess you are on a paid plan for Bubble so all you need to do is go to your app settings, then choose Domain/Email tab, and enable SSL by ticking the checkbox.
Hope this helps
Thanks!

@AlexK did you refresh the editor after installing the plugin? Did you deploy your app to live?
If yes to both questions and still doesn’t work please send us a link (and credentials if necessary) so we could test ourselves.
Thanks!

@levon The error disappeared however the audio recorder is still not capturing audio. Please private message me or email team.mgmt@appunti.us.

sent you an email

Hello, how can I upload audio record direct in my AWS storage through your plugin AWS File Uploader (also bought)?

Hi,
our audio recorder will upload the recording by default to Bubble AWS but you can use that link and upload it into your own AWS through our plugin that you bought, using the workflow action (simply supply the URL of the file uploaded to Bubble and it will be uploaded to your AWS)
to configure AWS plugin check this demo https://zeroqode-demo-02.bubbleapps.io/aws-uploader
and docs here https://docs.zeroqode.com/plugins/aws-file-uploader-plugin

Thanks,
can I limit duration of record to for example 20 seconds?

Also can you explain what is the best way to do it? Is it right?


Or I need use workflow API?

seems I have been wrong that the recorder will upload the file by default to Bubble S3. It will do so only if you implement it as shown on your screenshot above.
otherwise it just returns a file
also you can use auto-binding, so the recorded file immediately saves to the DB - check our demo page to see an example

as for duration - at the moment there is no option to limit the duration, I’m afraid

I realized how to upload record file direct my S3 through FileUploadernoGUI


but I can not understand how to send URL of uploaded record file from my S3 to field (text)

How to add URL of file from S3 in the field (text) ?

the way you indicated on the screenshot looks right, doesn’t it work? The only thing that you need to use a condition on the workflow “when the upload is finished”. otherwise if you run this workflow immediately, then the plugin might not have enough time to process the upload and return the valid url, makes sense?

Unfortunately. I added pause before this ation


but it does not work. duration of record is only few seconds.

Audio Recorder works well
I think problem with FileUploadernoGUI
I should write it in AWS File Uploader thread,but may be it will be useful for someone how to upload audio direct to own S3

So I tried to upload static image with FileUploadernoGUI, and same problem - file uploaded to my S3,but did not return URL to field.
May be I need reinstall AWS plugin?