GitHub user daserge opened a pull request: https://github.com/apache/cordova-plugin-media/pull/58
CB-9238 Media plugin cannot record audio on windows Reworked Windows proxy to support ms-appdata file paths (temporaryFolder and localFolder) instead of app package' folders (ms-appx) as ms-appx is readonly Fixed release method to avoid Access is denied exception on Windows Added MEDIA_RUNNING and MEDIA_ERROR states firing to record-related methods on Windows Reworked Windows proxy to not to create Audio object in case of record mode Adds releaseAudio to record manual test to avoid Access denied errors on Windows Updates Windows test to use ms-appdata file path (via toURL) You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-plugin-media CB-9238 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-media/pull/58.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #58 ---- commit 79e466ffa2dad270eab3ab4c841b1b1d72d0073a Author: daserge <dase...@yandex.ru> Date: 2015-06-29T08:49:00Z CB-9238 Media plugin cannot record audio on windows Reworked Windows proxy to support ms-appdata file paths (temporaryFolder and localFolder) instead of app package' folders (ms-appx) as ms-appx is readonly Fixed release method to avoid Access is denied exception on Windows Added MEDIA_RUNNING and MEDIA_ERROR states firing to record-related methods on Windows Reworked Windows proxy to not to create Audio object in case of record mode Adds releaseAudio to record manual test to avoid Access denied errors on Windows Updates Windows test to use ms-appdata file path (via toURL) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org