Fix active speaker focusing
This commit is contained in:
@@ -54,7 +54,7 @@ export function InCallView({
|
||||
participants.push({
|
||||
id: callFeed.stream.id,
|
||||
callFeed,
|
||||
isActiveSpeaker:
|
||||
focused:
|
||||
screenshareFeeds.length === 0
|
||||
? callFeed.userId === activeSpeaker
|
||||
: false,
|
||||
|
||||
Reference in New Issue
Block a user