maintain behavior for non video rooms

Signed-off-by: Timo K <toger5@hotmail.de>
pull/26879/head
Timo K 2024-01-23 14:13:01 +01:00
parent 243515a323
commit 8ab44c98b2
1 changed files with 1 additions and 0 deletions

View File

@ -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 {