My phone version is 5.1.1
I used the media plugin and file
I recorded the recording in recording mode,
it works well
but onSuccess callback does not work
var name = new Media(src, onSuccess, onError);
function onSuccess() {
alert("recordAudio():Audio Success");
}
I want to process
name.startRecord();name.stopRecord();- mydevice save after callback
source
share