raiseHandState now visible for new participants, deleted raiseHand notification

This commit is contained in:
Stefan Otto
2018-07-26 10:01:35 +02:00
parent 19b1269dc3
commit ee3c183c9c
5 changed files with 72 additions and 15 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ class Room extends EventEmitter
const { raiseHandState } = request.data;
const { mediaPeer } = protooPeer.data;
mediaPeer.appData.raiseHand = request.data.raiseHandState;
mediaPeer.appData.raiseHandState = request.data.raiseHandState;
// Spread to others via protoo.
this._protooRoom.spread(
'raisehand-message',