提交 d025aaa3 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-8087 #comment add missing bit from last commit

上级 c1628690
...@@ -150,6 +150,10 @@ ...@@ -150,6 +150,10 @@
for (var i in obj) { for (var i in obj) {
verto.options.deviceParams[i] = obj[i]; verto.options.deviceParams[i] = obj[i];
} }
if (obj.useCamera) {
$.FSRTC.getValidRes(verto.options.deviceParams.useCamera, undefined);
}
}; };
$.verto.prototype.videoParams = function(obj) { $.verto.prototype.videoParams = function(obj) {
......
This diff was suppressed by a .gitattributes entry.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论