sivaprakashDesingu / react-voice-recorder

This (react-voice-recorder) is a JavaScript library for React Applicaiton which will be used to record voice as audio and download the same.

Home Page:https://codesandbox.io/s/react-voice-recorder-mydov?file=/src/App.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read properties of undefined (reading 'start')

Rishabh6211 opened this issue · comments

<Recorder
record={true}
title={"New recording"}
audioURL={audioDetails.url}
showUIAudio ={true}
hideHeader={true}
// handleOnChange={(value) => handleOnChange(value, 'firstname')}
handleAudioStop={data => handleAudioStop(data)}
mimeTypeToUseWhenRecording={audio/webm}

/>

@Rishabh6211 Sorry for the delay. Can you provide the screenshot of the error that you are facing plz. so that we can help you out to fix that.

@Rishabh6211 maybe you didn't approve the popup to allow recording?

@Rishabh6211 yeah.. You should allow while pop up.. else you will not be able to record.