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
@@ -31,6 +31,10 @@ const Peer = (props) =>
return (
<div data-component='Peer'>
<div className='indicators'>
{peer.raiseHandState ?
<div className='icon raise-hand' />
:null
}
{!micEnabled ?
<div className='icon mic-off' />
:null