Dont show speaking indicator for active speaker in speaker view

This commit is contained in:
Jamie Kyle 2023-03-22 14:54:11 -07:00 committed by GitHub
parent 2f691f3dd0
commit 67e290ea8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 3 deletions

View file

@ -296,6 +296,7 @@ export function GroupCallRemoteParticipants({
top={top}
width={renderedWidth}
remoteParticipantsCount={remoteParticipants.length}
isActiveSpeakerInSpeakerView={isInSpeakerView}
/>
);
});