You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2018/11/24 23:27:00 UTC

[jira] [Closed] (CB-12957) Do not use audio constraints in getUserMedia

     [ https://issues.apache.org/jira/browse/CB-12957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-12957.
-----------------------------
    Resolution: Fixed

This was fixed in https://github.com/apache/cordova-plugin-camera/pull/284

> Do not use audio constraints in getUserMedia
> --------------------------------------------
>
>                 Key: CB-12957
>                 URL: https://issues.apache.org/jira/browse/CB-12957
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-camera
>         Environment: browsers
>            Reporter: Mark Veenstra
>            Priority: Major
>
> Within the browser source of the {{cordova--plugin-camera}} there is a {{CameraProxy.js}} file that calls the {{navigator.getUserMedia()}} with audio enabled. Why is the audio enabled for taking a picture? Wouldn't it be better to disable audio?
> See: https://github.com/apache/cordova-plugin-camera/blob/master/src/browser/CameraProxy.js#L112
> Change it to:
> {code:javascript}
> navigator.getUserMedia({video: true, audio: false}, successCallback, errorCallback);
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org