Show remote audio levels

This commit is contained in:
Iñaki Baz Castillo
2017-04-27 22:58:23 +02:00
parent f1658f1b3c
commit 2645dc619a
9 changed files with 118 additions and 15 deletions
+5 -1
View File
@@ -21,7 +21,7 @@
}
&.state-checking {
animation: LocalVideo-state-checking .75s infinite linear;
animation: LocalVideo-state-checking .5s infinite linear;
}
&.state-connected,
@@ -35,6 +35,10 @@
border-color: rgba(#ff2000, 0.75);
}
&.active-speaker {
border-color: rgba(#fff, 0.9);
}
> .controls {
pointer-events: none;
position: absolute;
+4
View File
@@ -47,6 +47,10 @@
}
}
&.active-speaker {
border-color: rgba(#fff, 0.9);
}
> .controls {
pointer-events: none;
position: absolute;
+1 -1
View File
@@ -34,7 +34,7 @@
z-index: 5;
top: 0
bottom: 0;
right: 0;
right: 2px;
width: 10px;
display: flex;
flex-direction: column;