Skip to content

Commit

Permalink
Merge pull request #1167 from tchapgouv/1163-activate-video-call
Browse files Browse the repository at this point in the history
TCHAP(config): activate video call for all
  • Loading branch information
MarcWadai authored Nov 27, 2024
2 parents 025baaa + ffb279d commit ee8da24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config.preprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@
],
"tchap_features": {
"feature_email_notification": ["*"],
"feature_thread": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"],
"feature_thread": ["*"],
"feature_space": ["*"],
"feature_audio_call": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"],
"feature_video_call": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"],
"feature_audio_call": ["*"],
"feature_video_call": ["*"],
"feature_video_group_call": [],
"feature_screenshare_call": ["*"]
},
"tchap_sso_flow": {
"isActive": false
"isActive": true
},
"map_style_url": "https://openmaptiles.geo.data.gouv.fr/styles/osm-bright/style.json"
}
2 changes: 1 addition & 1 deletion config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"feature_thread": ["agent.dinum.tchap.gouv.fr", "agent.finances.tchap.gouv.fr"],
"feature_space": ["*"],
"feature_audio_call": ["*"],
"feature_video_call": ["agent.dinum.tchap.gouv.fr", "agent.tchap.gouv.fr", "agent.education.tchap.gouv.fr"],
"feature_video_call": ["*"],
"feature_video_group_call": [],
"feature_screenshare_call": ["*"]
},
Expand Down
2 changes: 1 addition & 1 deletion config.prod.lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"feature_thread": ["agent.dinum.tchap.gouv.fr", "agent.finances.tchap.gouv.fr"],
"feature_space": ["agent.dinum.tchap.gouv.fr"],
"feature_audio_call": ["*"],
"feature_video_call": ["agent.dinum.tchap.gouv.fr", "agent.tchap.gouv.fr", "agent.education.tchap.gouv.fr"],
"feature_video_call": ["*"],
"feature_video_group_call": [],
"feature_screenshare_call": ["*"]
},
Expand Down

0 comments on commit ee8da24

Please sign in to comment.