提交 da0b7c61 authored 作者: Stefan Yohansson's avatar Stefan Yohansson

FS-8178 - [verto_communicator] Define first share device selected by default in settings modal

上级 944bad67
......@@ -206,6 +206,10 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
}];
data.audioDevices = [];
if(!storage.data.selectedShare) {
storage.data.selectedShare = data.shareDevices[0]['id'];
}
for (var i in jQuery.verto.videoDevices) {
var device = jQuery.verto.videoDevices[i];
if (!device.label) {
......@@ -505,7 +509,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
cleanShareCall(that);
} else {
if (data.conf) {
data.liveArray.destroy();
data.liveArray.destroy();
data.conf.destroy();
}
cleanCall();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论