Add raised hand status to peerInfo. This will give joining peers raise hand status. Ref #40
This commit is contained in:
+2
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user