Add raised hand status to peerInfo. This will give joining peers raise hand status. Ref #40
parent
f28abc9c74
commit
e061cce53f
|
|
@ -336,7 +336,8 @@ class Peer extends EventEmitter
|
||||||
id : this.id,
|
id : this.id,
|
||||||
displayName : this.displayName,
|
displayName : this.displayName,
|
||||||
picture : this.picture,
|
picture : this.picture,
|
||||||
roles : this.roles
|
roles : this.roles,
|
||||||
|
raisedHand : this.raisedHand
|
||||||
};
|
};
|
||||||
|
|
||||||
return peerInfo;
|
return peerInfo;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue