Fix ordering in 1-1 calls
This commit is contained in:
parent
6a18ba0110
commit
369b59a203
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ export function InCallView({
|
||||||
screenshareFeeds.length === 0 && layout === "spotlight"
|
screenshareFeeds.length === 0 && layout === "spotlight"
|
||||||
? callFeed.userId === activeSpeaker
|
? callFeed.userId === activeSpeaker
|
||||||
: false,
|
: false,
|
||||||
|
isLocal: callFeed.isLocal(),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -81,6 +82,7 @@ export function InCallView({
|
||||||
id: callFeed.stream.id,
|
id: callFeed.stream.id,
|
||||||
callFeed,
|
callFeed,
|
||||||
focused: true,
|
focused: true,
|
||||||
|
isLocal: callFeed.isLocal(),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue