Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K 2024-01-19 14:36:25 +01:00
parent 872b7f5110
commit feab5057bd

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 {