Fix active speaker focusing

This commit is contained in:
Robert Long 2022-02-03 17:28:10 -08:00
parent 1d8cd8c3c8
commit 2d2400edae

View file

@ -54,7 +54,7 @@ export function InCallView({
participants.push({
id: callFeed.stream.id,
callFeed,
isActiveSpeaker:
focused:
screenshareFeeds.length === 0
? callFeed.userId === activeSpeaker
: false,