[
https://issues.apache.org/jira/browse/CB-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976480#comment-13976480
]
ASF GitHub Bot commented on CB-6477:
------------------------------------
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-plugin-media/pull/14
CB-6477: Add musicLibrary and microphone capabilities to windows 8 platform
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-plugin-media CB-6477
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-media/pull/14.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 #14
----
commit 008591b75a5f0da0cd8105220af41e32b385c39e
Author: Vladimir Kotikov <[email protected]>
Date: 2014-04-21T08:07:06Z
CB-6477: Add musicLibrary and microphone capabilities to windows 8 platform
----
> Adding media plugin doesn't add corresponding capabilities to Windows8
> platform
> -------------------------------------------------------------------------------
>
> Key: CB-6477
> URL: https://issues.apache.org/jira/browse/CB-6477
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI, Plugin Media, Windows 8
> Environment: Windows 8.1 cordova CLI 3.4.1
> Reporter: Vladimir Kotikov
> Assignee: Jesse MacFadyen
>
> 1. create a new cordova app
> 2. add the windows8 platform
> 3. add the org.apache.cordova.media plugin
> 4. call startRecord
> 5. Debug the windows8 app
> Result:
> An exception is thrown when trying to record.
> 0x80070005 - JavaScript runtime error: Access is denied.
> WinRT information: Access to the specified location (MusicLibrary) requires a
> capability to be declared in the manifest.
> Expected:
> Cordova should add the MusicLibrary and microphone capabilities to the
> windows8 project.
--
This message was sent by Atlassian JIRA
(v6.2#6252)