You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/08 04:34:54 UTC

[GitHub] [cordova-plugin-media] nanasheng opened a new issue #247: iOS AudioRecorderDidFinishRecording callback is not executed

nanasheng opened a new issue #247: iOS AudioRecorderDidFinishRecording callback is not executed
URL: https://github.com/apache/cordova-plugin-media/issues/247
 
 
   I didn't see this method call after I stopped recording.After calling startRecordingAudio, you can see the log output 
   NSLog(@"Started recording audio sample '%@'", audiofile.resourcepath);
   After calling stopRecordingAudio, you can see the log output 
   NSLog(@stopped recording audio sample '%@'", audiofile.resourcepath);
   But there was no successful callback from the recording

----------------------------------------------------------------
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


With regards,
Apache Git Services

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