diff --git a/src/helpers/livekit/HandleActiveSpeakers.ts b/src/helpers/livekit/HandleActiveSpeakers.ts index a5857db9..6bbd9740 100644 --- a/src/helpers/livekit/HandleActiveSpeakers.ts +++ b/src/helpers/livekit/HandleActiveSpeakers.ts @@ -33,7 +33,7 @@ export default class HandleActiveSpeakers { participants.forEach((participant) => { // we won't update if user is paginating & viewing webcams from other pages. - if (!isPaginating && this.that.videoSubscribersMap.size > 4) { + if (!isPaginating && this.that.videoSubscribersMap.size > 3) { // we'll wait little bit before changing const last = this.lastActiveWebcamChanged +