Merge pull request #6103 from tsiegleauq/jitsi-api-update
Update jitsi iFrame and API
This commit is contained in:
commit
136e0a0569
@ -63,11 +63,14 @@ const configOverwrite = {
|
|||||||
enableFeaturesBasedOnToken: false,
|
enableFeaturesBasedOnToken: false,
|
||||||
disableThirdPartyRequests: true,
|
disableThirdPartyRequests: true,
|
||||||
enableNoAudioDetection: false,
|
enableNoAudioDetection: false,
|
||||||
enableNoisyMicDetection: false
|
enableNoisyMicDetection: false,
|
||||||
|
hideLobbyButton: true,
|
||||||
|
prejoinPageEnabled: false
|
||||||
};
|
};
|
||||||
|
|
||||||
const interfaceConfigOverwrite = {
|
const interfaceConfigOverwrite = {
|
||||||
DISABLE_VIDEO_BACKGROUND: true,
|
DISABLE_VIDEO_BACKGROUND: true,
|
||||||
|
DISABLE_FOCUS_INDICATOR: 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,
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user