[ 
https://issues.apache.org/jira/browse/CB-9238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605860#comment-14605860
 ] 

ASF GitHub Bot commented on CB-9238:
------------------------------------

Github user daserge commented on a diff in the pull request:

    https://github.com/apache/cordova-plugin-media/pull/58#discussion_r33482303
  
    --- Diff: src/windows/MediaProxy.js ---
    @@ -91,6 +106,8 @@ module.exports = {
             var thisM = Media.get(id);
             // if Media was released, then node will be null and we need to 
create it again
             if (!thisM.node) {
    +            // createAudioNode = true;
    --- End diff --
    
    No it's a comment for the following line:
    ```javascript
    args[2] = true;
    ```
    It will add it as a side-comment.


> Media plugin cannot record audio on windows
> -------------------------------------------
>
>                 Key: CB-9238
>                 URL: https://issues.apache.org/jira/browse/CB-9238
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Media, Windows
>            Reporter: Alexander Sorokin
>
> Steps to reproduce:
> - create mobile spec app with media plugin
> - run mobile spec app on windows store or windows phone
> - go to media manual tests
> - click "Record Audio 10 sec"
> The result is: RecordAudio():Audio Error: 1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to