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
commit c6f85c7ab8
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2
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,
});