Update to mediasoup 1.2.0

This commit is contained in:
Iñaki Baz Castillo
2017-05-05 23:20:54 +02:00
parent 2214ceb33e
commit c66aec2c87
6 changed files with 76 additions and 27 deletions
+10 -5
View File
@@ -2,6 +2,12 @@
position: relative;
height: 100%;
width: 100%;
object-fit: cover;
background-color: rgba(#041918, 0.65);
background-image: url('/resources/images/buddy.svg');
background-position: bottom;
background-size: auto 85%;
background-repeat: no-repeat;
overflow: hidden;
> .resolution {
@@ -66,14 +72,13 @@
height: 100%;
width: 100%;
object-fit: cover;
background-color: rgba(#041918, 0.65);
background-image: url('/resources/images/buddy.svg');
background-position: bottom;
background-size: auto 85%;
background-repeat: no-repeat;
&.mirror {
transform: scaleX(-1);
}
&.hidden {
display: none;
}
}
}