diff --git a/config/element_io_preview.json b/config/element_io_preview.json index abda235..30c2cc8 100644 --- a/config/element_io_preview.json +++ b/config/element_io_preview.json @@ -6,7 +6,7 @@ } }, "livekit": { - "server_url": "wss://voip-sip-poc.element.io/lk/sfu", + "server_url": "wss://sfu.call.element.dev", "jwt_service_url": "https://voip-sip-poc.element.io/lk/jwt_service" }, "posthog": { diff --git a/src/video-grid/VideoTile.tsx b/src/video-grid/VideoTile.tsx index f49aabf..a9ec49a 100644 --- a/src/video-grid/VideoTile.tsx +++ b/src/video-grid/VideoTile.tsx @@ -94,7 +94,7 @@ export const VideoTile = forwardRef( [styles.isLocal]: sfuParticipant.isLocal, [styles.speaking]: sfuParticipant.isSpeaking, [styles.muted]: microphoneMuted, - [styles.screenshare]: false, + [styles.screenshare]: content === TileContent.ScreenShare, })} style={{ opacity,