Signed-off-by: Timo K <toger5@hotmail.de>
pull/26879/head
Timo K 2024-01-19 14:36:25 +01:00
parent 872b7f5110
commit feab5057bd
1 changed files with 0 additions and 2 deletions

View File

@ -292,8 +292,6 @@ function switchVisibleContainers(): void {
function toggleConferenceVisibility(inConference: boolean): void {
document.getElementById("jitsiContainer")!.style.visibility = inConference ? "unset" : "hidden";
// Video rooms have a separate UI for joining, so they should never show our join button
document.getElementById("joinButtonContainer")!.style.visibility = inConference ? "hidden" : "unset";
}
function skipToJitsiSplashScreen(): void {