Propagate raise hand timestamp to clients, ref #278

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-04 15:21:49 +02:00
parent f70ed01e7e
commit 4acedad987
4 changed files with 22 additions and 7 deletions
+3 -2
View File
@@ -1267,8 +1267,9 @@ class Room extends EventEmitter
// Spread to others
this._notification(peer.socket, 'raisedHand', {
peerId : peer.id,
raisedHand : raisedHand
peerId : peer.id,
raisedHand : raisedHand,
raisedHandTimestamp : peer.raisedHandTimestamp
}, true);
// Return no error