@ -74,8 +74,8 @@ define(["html_utils"], function(HtmlUtils) {
videoConstraints = HtmlUtils.mergeObjects({
width: 640,
height: 480,
minAspectRatio: 1,
minAspectRatio: 0,
maxAspectRatio: 1,
maxAspectRatio: 100,
facing: "environment"
}, config);
@ -9,8 +9,8 @@ define(function(){
constraints: {
facing: "environment" // or user
}
},