Переглянути джерело

Removed not needed setting of the quality to 0.

We now just hide the icon with values and show the interrupted one. Calling this one was causing troubles like flickering and stats popover not able to hide, once shown. On hover we are calling updateView which ends to this call which destroy and create the popover, which maybe is leading to this problems.
master
damencho 8 роки тому
джерело
коміт
9764fe52de
1 змінених файлів з 0 додано та 1 видалено
  1. 0
    1
      modules/UI/videolayout/ConnectionIndicator.js

+ 0
- 1
modules/UI/videolayout/ConnectionIndicator.js Переглянути файл

@@ -332,7 +332,6 @@ ConnectionIndicator.prototype.updateConnectionStatusIndicator
332 332
         $(this.interruptedIndicator).show();
333 333
         $(this.emptyIcon).hide();
334 334
         $(this.fullIcon).hide();
335
-        this.updateConnectionQuality(0 /* zero bars */);
336 335
     }
337 336
 };
338 337
 

Завантаження…
Відмінити
Зберегти