Replies: 1 comment
-
Try reproducing it with a minimal example without React. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I have a problem with Record Plugin. My code is pretty simple:
Recording start works well, but when I want to stop it, I need to click twice! When I click only once, a new record starts, but on the second click the recording finally finish, and as the result I get the the audio recorded from the very begining - not only this after second click.
I noticed that
record.isRecording()
does not update totrue
after the recording started.Any idea how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions