maintain behavior for non video rooms
Signed-off-by: Timo K <toger5@hotmail.de>pull/26879/head
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