Skip to content

Instantly share code, notes, and snippets.

@gmoqa
Created May 6, 2021 14:55
Show Gist options
  • Save gmoqa/51c23ed07572d808b2cf6936ea0637c4 to your computer and use it in GitHub Desktop.
Save gmoqa/51c23ed07572d808b2cf6936ea0637c4 to your computer and use it in GitHub Desktop.
Clean jitsi IFrame configuration
export default {
configOverwrite: {
disableDeepLinking: true,
prejoinPageEnabled: false,
disableLocalVideoFlip: true,
doNotFlipLocalVideo: true,
hideParticipantsStats: true,
disableRemoteMute: true,
disableRemoteControl: true,
hideConferenceTimer: true,
remoteVideoMenu: {
disableKick: true,
disableGrantModerator: true,
},
subject: 'Custom Title'
},
interfaceConfigOverwrite: {
FILM_STRIP_MAX_HEIGHT: '0.1',
SHOW_CHROME_EXTENSION_BANNER: false,
DISABLE_DOMINANT_SPEAKER_INDICATOR: true,
LANG_DETECTION: true,
VIDEO_QUALITY_LABEL_DISABLED: true,
CONNECTION_INDICATOR_DISABLED: true,
TOOLBAR_BUTTONS: ['microphone', 'camera','fullscreen', 'tileview', 'fullscreen']
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment