Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.0
-
None
-
iOS
Description
xcode shows up 2 warnings when building within CDVSound.m
1) unused variable 'audioSettings'
2) Null passed to a callee that requires non-null when creating an audioFile.recorder
To resolve both of these just need to pass the autoSettings object to the audioFile.recorder function.
This resolves both warnings and actually applies the autoSettings as expected.
Attachments
Issue Links
- relates to
-
CB-12542 can’t record to a “wav” file on IOS media plugin
- Closed
- links to