Pass user's connection state for their screenshare feed
This commit is contained in:
parent
80f07a5454
commit
f2746ab994
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ export function InCallView({
|
||||||
focused: true,
|
focused: true,
|
||||||
isLocal: screenshareFeed.isLocal(),
|
isLocal: screenshareFeed.isLocal(),
|
||||||
presenter: false,
|
presenter: false,
|
||||||
connectionState: ConnectionState.CONNECTED, // by definition since the screen shares arrived on the same connection
|
connectionState: connStates.get(screenshareFeed.userId),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue