FS-8087 #comment add missing bit from last commit

This commit is contained in:
Anthony Minessale
2015-08-28 09:45:52 -05:00
parent c1628690b6
commit d025aaa3ad
2 changed files with 6 additions and 1 deletions

View File

@@ -150,6 +150,10 @@
for (var i in obj) {
verto.options.deviceParams[i] = obj[i];
}
if (obj.useCamera) {
$.FSRTC.getValidRes(verto.options.deviceParams.useCamera, undefined);
}
};
$.verto.prototype.videoParams = function(obj) {