Open Jun711 opened 7 years ago
Hi, I used the following function on both Android and iOS but it returned error. Does anyone know if any fork works?
recorder.record = function() { window.plugins.audioRecorderAPI.record(function(msg) { // complete alert('ok: ' + msg); }, function(msg) { // failed alert('ko: ' + msg); }, 30); // record 30 seconds }
Hi, I used the following function on both Android and iOS but it returned error. Does anyone know if any fork works?