praveen-angular commented on issue #287:
URL:
https://github.com/apache/cordova-plugin-media/issues/287#issuecomment-674878350
Below are the steps to reproduce :-
Step 1:- Setup cordova project and add cordova-media-plugin
Step 2: - start recording an audio file
Step 3: - console log on status and error, status response of cordova media
Step 4:- While recording audio Launch SiRI
Step 5:- observe audio recording is stopped but media object didnot get
fired.
var my_media = new Media(src, functions(succ){console.log(succ)},
function(err){consoloe.log(err});
// Record audio
my_media.startRecord();
In the above logs nothing get fired when SiRi launched.
Go and check the audio file which is stopped recording when SiRi launched
after wards, audio file does not contain data.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]