Merge branch 'livekit-experiment' into livekit-load-test

This commit is contained in:
Daniel Abramov 2023-06-13 17:24:15 +02:00
commit 556c46320d
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
} }
}, },
"livekit": { "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" "jwt_service_url": "https://voip-sip-poc.element.io/lk/jwt_service"
}, },
"posthog": { "posthog": {

View file

@ -94,7 +94,7 @@ export const VideoTile = forwardRef<HTMLElement, Props>(
[styles.isLocal]: sfuParticipant.isLocal, [styles.isLocal]: sfuParticipant.isLocal,
[styles.speaking]: sfuParticipant.isSpeaking, [styles.speaking]: sfuParticipant.isSpeaking,
[styles.muted]: microphoneMuted, [styles.muted]: microphoneMuted,
[styles.screenshare]: false, [styles.screenshare]: content === TileContent.ScreenShare,
})} })}
style={{ style={{
opacity, opacity,