Merge pull request #5498 from tsiegleauq/jitsi-meet-api-update

Update jitsi-meet external api
This commit is contained in:
Emanuel Schütze 2020-08-12 15:05:29 +02:00 committed by GitHub
commit 5f5f704057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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