Add raised hand status to peerInfo. This will give joining peers raise hand status. Ref #40

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-01 23:49:16 +02:00
parent f28abc9c74
commit e061cce53f
1 changed files with 2 additions and 1 deletions

View File

@ -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;