提交 ea4fe4f9 authored 作者: Stefan Yohansson's avatar Stefan Yohansson 提交者: root

FS-8022 - fix refresh devices and prevent reset previous selected configuration

上级 d262f07d
......@@ -675,7 +675,7 @@ vertoControllers.controller('ModalSettingsController', ['$scope', '$http',
};
$scope.refreshDeviceList = function() {
verto.refreshDevices();
return verto.refreshDevices();
}
}
]);
......
......@@ -248,10 +248,6 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
}];
data.audioDevices = [];
data.selectedVideo = 'none';
data.selectedShare = 'screen';
data.selectedAudio = null;
for (var i in jQuery.verto.videoDevices) {
var device = jQuery.verto.videoDevices[i];
if (!device.label) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论