Pass user's connection state for their screenshare feed
This commit is contained in:
@@ -292,7 +292,7 @@ export function InCallView({
|
||||
focused: true,
|
||||
isLocal: screenshareFeed.isLocal(),
|
||||
presenter: false,
|
||||
connectionState: ConnectionState.CONNECTED, // by definition since the screen shares arrived on the same connection
|
||||
connectionState: connStates.get(screenshareFeed.userId),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user