Fix active speaker focusing
This commit is contained in:
parent
1d8cd8c3c8
commit
2d2400edae
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export function InCallView({
|
|||
participants.push({
|
||||
id: callFeed.stream.id,
|
||||
callFeed,
|
||||
isActiveSpeaker:
|
||||
focused:
|
||||
screenshareFeeds.length === 0
|
||||
? callFeed.userId === activeSpeaker
|
||||
: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue