|
|
@@ -1217,8 +1217,8 @@ UI.onStartMutedChanged = function (startAudioMuted, startVideoMuted) {
|
|
1217
|
1217
|
* @param {boolean} isRaisedHand indicates the current state of the
|
|
1218
|
1218
|
* "raised hand"
|
|
1219
|
1219
|
*/
|
|
1220
|
|
-UI.onRaiseHandChanged = function (isRaisedHand) {
|
|
1221
|
|
- eventEmitter.emit(UIEvents.RAISE_HAND_CHANGED, isRaisedHand);
|
|
|
1220
|
+UI.onLocalRaiseHandChanged = function (isRaisedHand) {
|
|
|
1221
|
+ eventEmitter.emit(UIEvents.LOCAL_RAISE_HAND_CHANGED, isRaisedHand);
|
|
1222
|
1222
|
};
|
|
1223
|
1223
|
|
|
1224
|
1224
|
/**
|