aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-03-08 17:12:17 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-03-08 17:12:17 +0100
commit93917120e81de47a1127e01713c189f4d991e1bf (patch)
treeb1a8b70fa4bb1ca8b2b1b091c7176511448af0c7
parentdde6ece4dbff93d86f8a7d4c2e193ab40b461721 (diff)
downloadnixcfg-jitsi.tar.gz
nixcfg-jitsi.zip
Désactiver les fonctionnalités vidéo + partage d'écran Jitsijitsi
-rw-r--r--cluster/prod/app/jitsi/config/config.js46
1 files changed, 41 insertions, 5 deletions
diff --git a/cluster/prod/app/jitsi/config/config.js b/cluster/prod/app/jitsi/config/config.js
index 9464f37..87ce7bc 100644
--- a/cluster/prod/app/jitsi/config/config.js
+++ b/cluster/prod/app/jitsi/config/config.js
@@ -104,7 +104,7 @@ var config = {
// Start the conference in audio only mode (no video is being received nor
// sent).
- startAudioOnly: false,
+ startAudioOnly: true,
// Every participant after the Nth will start audio muted.
startAudioMuted: 5,
@@ -158,11 +158,11 @@ var config = {
// enableLayerSuspension: false,
// Every participant after the Nth will start video muted.
- startVideoMuted: 5,
+ startVideoMuted: 0,
// Start calls with video muted. Unlike the option above, this one is only
// applied locally. FIXME: having these 2 options is confusing.
- // startWithVideoMuted: false,
+ startWithVideoMuted: true,
// If set to true, prefer to use the H.264 video codec (if supported).
// Note that it's not recommended to do this because simulcast is not
@@ -368,14 +368,14 @@ var config = {
// Message to show the users. Example: 'The service will be down for
// maintenance at 01:00 AM GMT,
- // noticeMessage: '',
+ noticeMessage: "La vidéo et le partage d'écran ont été temporairement désactivés pour cause d'abus graves. Pour en savoir plus et prendre part à la discussion, rendez-vous sur notre blog.",
// Enables calendar integration, depends on googleApiApplicationClientID
// and microsoftApiApplicationClientID
// enableCalendarIntegration: false,
// When 'true', it shows an intermediate page before joining, where the user can configure their devices.
- prejoinPageEnabled: true,
+ prejoinPageEnabled: false,
// If etherpad integration is enabled, setting this to true will
// automatically open the etherpad when a participant joins. This
@@ -396,6 +396,42 @@ var config = {
// Base URL for a Gravatar-compatible service. Defaults to libravatar.
// gravatarBaseURL: 'https://seccdn.libravatar.org/avatar/';
+ toolbarButtons: [
+ // 'camera',
+ 'chat',
+ // 'closedcaptions',
+ // 'desktop',
+ // 'download',
+ // 'embedmeeting',
+ // 'etherpad',
+ 'feedback',
+ // 'filmstrip',
+ 'fullscreen',
+ 'hangup',
+ 'help',
+ // 'highlight',
+ 'invite',
+ // 'linktosalesforce',
+ // 'livestreaming',
+ 'microphone',
+ 'noisesuppression',
+ 'participants-pane',
+ 'profile',
+ 'raisehand',
+ // 'recording',
+ 'security',
+ 'select-background',
+ 'settings',
+ // 'shareaudio',
+ // 'sharedvideo',
+ // 'shortcuts',
+ 'stats',
+ 'tileview',
+ // 'toggle-camera',
+ // 'videoquality',
+ // 'whiteboard',
+ // ],
+
// Stats
//