Update jitsi iFrame and API

Adjst some callbacks and configs to be compatible with the newest jitsi
release. This is compatible with both our current jitsi server as
well as the newest jitsi releases
This commit is contained in:
Sean 2021-06-03 15:57:39 +02:00 committed by Emanuel Schütze
parent 7dcdbb4ee1
commit 1ed1896653
2 changed files with 7 additions and 2 deletions

View File

@ -63,11 +63,14 @@ const configOverwrite = {
enableFeaturesBasedOnToken: false,
disableThirdPartyRequests: true,
enableNoAudioDetection: false,
enableNoisyMicDetection: false
enableNoisyMicDetection: false,
hideLobbyButton: true,
prejoinPageEnabled: false
};
const interfaceConfigOverwrite = {
DISABLE_VIDEO_BACKGROUND: true,
DISABLE_FOCUS_INDICATOR: true,
INVITATION_POWERED_BY: false,
DISABLE_JOIN_LEAVE_NOTIFICATIONS: true,
DISABLE_PRESENCE_STATUS: true,

File diff suppressed because one or more lines are too long