Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.6.1
-
iOS
Description
As we document in startRecord on our docs page, when recording audio in iOS, you need to make sure the file exists and that it is of type .wav.
It would be nice if the startRecordingAudio method in CDVSound.m checked that the requested file to record to is of the right type, and throw an error if it is not.