Update js-sdk

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-02-17 15:04:10 +01:00
parent 1548a5673f
commit c6f85c7ab8
5 changed files with 8 additions and 8 deletions

View File

@@ -227,11 +227,11 @@ export function InCallView({
// shouldn't bother showing it
if (connectionState !== undefined) {
tileDescriptors.push({
id: screenshareFeed.feedId,
id: screenshareFeed.id,
member,
callFeed: screenshareFeed,
focused: true,
isLocal: screenshareFeed.isLocal(),
isLocal: screenshareFeed.isLocal,
presenter: false,
connectionState,
});