Separated the audio from peers to their own components

This commit is contained in:
Håvar Aambø Fosstveit
2018-10-24 11:23:53 +02:00
parent 59d570aa0b
commit 5f4be29d40
7 changed files with 160 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
[data-component='AudioPeers'] {
position: absolute;
left: 0;
top: 0;
opacity: 0;
}
+1
View File
@@ -57,6 +57,7 @@ body {
@import './components/FullView';
@import './components/Filmstrip';
@import './components/FileSharing';
@import './components/AudioPeers';
// Hack to detect in JS the current media query
#multiparty-meeting-media-query-detector {