Update jitsi-meet external api

Updates jitsi-meet external api the the current version
Hide "security" and "invite" in jitsi-iFrame
This commit is contained in:
Sean 2020-08-10 15:21:42 +02:00
parent ccc3e38427
commit 65ee468c21
2 changed files with 2 additions and 4 deletions

View File

@ -176,15 +176,13 @@ export class JitsiComponent extends BaseViewComponent implements OnInit, OnDestr
'settings',
'videoquality',
'filmstrip',
'invite',
'feedback',
'stats',
'shortcuts',
'tileview',
'download',
'help',
'mute-everyone',
'security'
'mute-everyone'
]
};

File diff suppressed because one or more lines are too long