mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
maintain behavior for non video rooms
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
243515a323
commit
8ab44c98b2
@ -292,6 +292,7 @@ function switchVisibleContainers(): void {
|
||||
|
||||
function toggleConferenceVisibility(inConference: boolean): void {
|
||||
document.getElementById("jitsiContainer")!.style.visibility = inConference ? "unset" : "hidden";
|
||||
document.getElementById("joinButtonContainer")!.style.visibility = inConference ? "hidden" : "unset";
|
||||
}
|
||||
|
||||
function skipToJitsiSplashScreen(): void {
|
||||
|
Loading…
Reference in New Issue
Block a user