diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index d3d0fc0..67d9775 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -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), }); }