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', 'settings',
'videoquality', 'videoquality',
'filmstrip', 'filmstrip',
'invite',
'feedback', 'feedback',
'stats', 'stats',
'shortcuts', 'shortcuts',
'tileview', 'tileview',
'download', 'download',
'help', 'help',
'mute-everyone', 'mute-everyone'
'security'
] ]
}; };

File diff suppressed because one or more lines are too long