From 3d252060c91f263c06e815e2f75d0650156641c2 Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 26 Jun 2020 10:33:30 +0200 Subject: [PATCH] Always show the toolbar in jitsi iframe Try to prevent that the toolbar hides itself --- client/src/app/shared/components/jitsi/jitsi.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/app/shared/components/jitsi/jitsi.component.ts b/client/src/app/shared/components/jitsi/jitsi.component.ts index 4ff181755..f1b9a7327 100644 --- a/client/src/app/shared/components/jitsi/jitsi.component.ts +++ b/client/src/app/shared/components/jitsi/jitsi.component.ts @@ -151,11 +151,11 @@ export class JitsiComponent extends BaseViewComponent implements OnInit, OnDestr private interfaceConfigOverwrite = { DISABLE_VIDEO_BACKGROUND: true, - SHOW_JITSI_WATERMARK: true, - SHOW_WATERMARK_FOR_GUESTS: true, INVITATION_POWERED_BY: false, DISABLE_JOIN_LEAVE_NOTIFICATIONS: true, - DISABLE_PRESENCE_STATUS: true + DISABLE_PRESENCE_STATUS: true, + TOOLBAR_ALWAYS_VISIBLE: true, + TOOLBAR_TIMEOUT: 10000000 }; public constructor(