diff --git a/react/features/base/participants/subscriber.ts b/react/features/base/participants/subscriber.ts index b385ff3a376..a50870fa970 100644 --- a/react/features/base/participants/subscriber.ts +++ b/react/features/base/participants/subscriber.ts @@ -40,7 +40,8 @@ StateListenerRegistry.register( if (raisedHandsQueue.length && isNextToSpeak(store.getState()) && !hasBeenNotified(store.getState()) - && !getDisableNextSpeakerNotification(store.getState())) { + && !getDisableNextSpeakerNotification(store.getState()) + && !store.getState()['features/visitors'].iAmVisitor) { // visitors raise hand to be promoted _notifyNextSpeakerInRaisedHandQueue(store); } if (!raisedHandsQueue[0]) {