You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/17 11:54:37 UTC

[GitHub] [cordova-plugin-media] praveen-angular opened a new issue #287: SIRI causing media recording failure

praveen-angular opened a new issue #287:
URL: https://github.com/apache/cordova-plugin-media/issues/287


   Hello,
   
   We are using cordova-media-plugin for recording and playing audio's. we are facing an issue with recording audio failure when SiRI Is invoked.
   
   When Siri invoked while recording, recording crashes and wont get error response also. Any Suggesstions how to handle this kind of scenario


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-media] timbru31 commented on issue #287: SIRI causing media recording failure

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #287:
URL: https://github.com/apache/cordova-plugin-media/issues/287#issuecomment-674872821


   Thanks a lot for your issue, however the issue template exists for a reason. 😊   
   It helps us to debug the issue further and to provide a solution much faster. With important information missing, we unfortunately can't help you.
   
   Therefore, please edit this issue accordingly or close and create a new one and make sure to provide all the required information.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-media] praveen-angular commented on issue #287: SIRI causing media recording failure

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-media] timbru31 closed issue #287: SIRI causing media recording failure

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #287:
URL: https://github.com/apache/cordova-plugin-media/issues/287


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org