Always show the toolbar in jitsi iframe
Try to prevent that the toolbar hides itself
This commit is contained in:
parent
6898458695
commit
3d252060c9
@ -151,11 +151,11 @@ export class JitsiComponent extends BaseViewComponent implements OnInit, OnDestr
|
|||||||
|
|
||||||
private interfaceConfigOverwrite = {
|
private interfaceConfigOverwrite = {
|
||||||
DISABLE_VIDEO_BACKGROUND: true,
|
DISABLE_VIDEO_BACKGROUND: true,
|
||||||
SHOW_JITSI_WATERMARK: true,
|
|
||||||
SHOW_WATERMARK_FOR_GUESTS: true,
|
|
||||||
INVITATION_POWERED_BY: false,
|
INVITATION_POWERED_BY: false,
|
||||||
DISABLE_JOIN_LEAVE_NOTIFICATIONS: true,
|
DISABLE_JOIN_LEAVE_NOTIFICATIONS: true,
|
||||||
DISABLE_PRESENCE_STATUS: true
|
DISABLE_PRESENCE_STATUS: true,
|
||||||
|
TOOLBAR_ALWAYS_VISIBLE: true,
|
||||||
|
TOOLBAR_TIMEOUT: 10000000
|
||||||
};
|
};
|
||||||
|
|
||||||
public constructor(
|
public constructor(
|
||||||
|
Loading…
Reference in New Issue
Block a user