review
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
872b7f5110
commit
feab5057bd
1 changed files with 0 additions and 2 deletions
|
@ -292,8 +292,6 @@ function switchVisibleContainers(): void {
|
||||||
|
|
||||||
function toggleConferenceVisibility(inConference: boolean): void {
|
function toggleConferenceVisibility(inConference: boolean): void {
|
||||||
document.getElementById("jitsiContainer")!.style.visibility = inConference ? "unset" : "hidden";
|
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 {
|
function skipToJitsiSplashScreen(): void {
|
||||||
|
|
Loading…
Reference in a new issue