You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Mark Veenstra (JIRA)" <ji...@apache.org> on 2017/06/27 08:48:00 UTC

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

Mark Veenstra created CB-12957:
----------------------------------

             Summary: 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


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:
{{navigator.getUserMedia({video: true, audio: false}, successCallback, errorCallback);}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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