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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user