fix(pre-meeting) Hide invite button for JaaS

This commit is contained in:
hmuresan
2021-08-24 16:44:28 +03:00
parent 45e51c1e8c
commit b72ca4e973
5 changed files with 49 additions and 9 deletions

View File

@@ -130,6 +130,7 @@ export default [
'forceTurnRelay',
'gatherStats',
'googleApiApplicationClientID',
'hiddenPremeetingButtons',
'hideConferenceSubject',
'hideRecordingLabel',
'hideParticipantsStats',

View File

@@ -46,3 +46,13 @@ export const TOOLBAR_BUTTONS = [
'toggle-camera',
'videoquality'
];
/**
* The toolbar buttons to show on premeeting screens.
*/
export const PREMEETING_BUTTONS = [ 'microphone', 'camera', 'select-background', 'invite', 'settings' ];
/**
* The toolbar buttons to show on 3rdParty prejoin screen.
*/
export const THIRD_PARTY_PREJOIN_BUTTONS = [ 'microphone', 'camera', 'select-background' ];