diff --git a/src/room/InCallView.jsx b/src/room/InCallView.jsx index 3575263..5a7db8b 100644 --- a/src/room/InCallView.jsx +++ b/src/room/InCallView.jsx @@ -54,7 +54,7 @@ export function InCallView({ participants.push({ id: callFeed.stream.id, callFeed, - isActiveSpeaker: + focused: screenshareFeeds.length === 0 ? callFeed.userId === activeSpeaker : false,