Phone call

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() {  //not fire 
    alert("recordAudio():Audio Success");
}

I want to process

  • name.startRecord();
  • name.stopRecord();
  • mydevice save after callback
+4
source share

Source: https://habr.com/ru/post/1629151/


All Articles