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({
|
participants.push({
|
||||||
id: callFeed.stream.id,
|
id: callFeed.stream.id,
|
||||||
callFeed,
|
callFeed,
|
||||||
isActiveSpeaker:
|
focused:
|
||||||
screenshareFeeds.length === 0
|
screenshareFeeds.length === 0
|
||||||
? callFeed.userId === activeSpeaker
|
? callFeed.userId === activeSpeaker
|
||||||
: false,
|
: false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue