Fix active speaker focusing
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user