Merge branch 'livekit-experiment' into livekit-load-test
This commit is contained in:
commit
556c46320d
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue