Raise hand over network - still no state on server (new participants don't get the raised hand state of others until the others change their raised hand state)

This commit is contained in:
Stefan Otto
2018-04-24 10:05:54 +02:00
parent bd30a54958
commit 63b48ebd71
13 changed files with 173 additions and 39 deletions
+4
View File
@@ -38,6 +38,10 @@
opacity: 0.85;
}
&.raise-hand {
background-image: url('/resources/images/icon_remote_raise_hand.svg');
}
&.mic-off {
background-image: url('/resources/images/icon_remote_mic_white_off.svg');
}
+5 -1
View File
@@ -233,7 +233,11 @@
}
&.raise-hand {
// background-image: url('/resources/images/leave-meeting.svg');
background-image: url('/resources/images/icon-hand-white.svg');
&.on {
background-image: url('/resources/images/icon-hand-black.svg');
}
}
&.leave-meeting {