提交 36abcab9 authored 作者: Brian West's avatar Brian West

FS-8043 part 2

上级 2a5d664c
......@@ -223,7 +223,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
}
// Selecting the first source.
if (i == 0) {
if (i == 0 && !storage.data.selectedVideo) {
storage.data.selectedVideo = device.id;
}
......@@ -244,7 +244,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
for (var i in jQuery.verto.audioInDevices) {
var device = jQuery.verto.audioInDevices[i];
// Selecting the first source.
if (i == 0) {
if (i == 0 && !storage.data.selectedVideo) {
storage.data.selectedAudio = device.id;
}
......@@ -586,7 +586,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
call: function(destination, callback) {
console.debug('Attempting to call destination ' + destination + '.');
this.refreshVideoResolution();
//this.refreshVideoResolution();
var call = data.instance.newCall({
destination_number: destination,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论