Browse Source

Fix connection indicator bars

master
Ilya Daynatovich 9 years ago
parent
commit
8d80e13e31
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      modules/UI/videolayout/ConnectionIndicator.js

+ 6
- 6
modules/UI/videolayout/ConnectionIndicator.js View File

34
  *         0: string}}
34
  *         0: string}}
35
  */
35
  */
36
 ConnectionIndicator.connectionQualityValues = {
36
 ConnectionIndicator.connectionQualityValues = {
37
-    98: "18px", //full
38
-    81: "15px",//4 bars
39
-    64: "11px",//3 bars
40
-    47: "7px",//2 bars
41
-    30: "3px",//1 bar
42
-    0: "0px"//empty
37
+    98: "100%", //full
38
+    81: "80%",//4 bars
39
+    64: "55%",//3 bars
40
+    47: "40%",//2 bars
41
+    30: "20%",//1 bar
42
+    0: "0"//empty
43
 };
43
 };
44
 
44
 
45
 ConnectionIndicator.getIP = function(value) {
45
 ConnectionIndicator.getIP = function(value) {

Loading…
Cancel
Save