Skip to content

Commit

Permalink
Merge pull request #1116 from tchapgouv/1108-activer-les-appels-video…
Browse files Browse the repository at this point in the history
…s-pour-les-agents-intradef-beta-externe

Activer les appels vidéos pour les agents Intradef
  • Loading branch information
NicolasBuquet authored Nov 6, 2024
2 parents f8418c1 + d71085d commit c0dac9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tchap/Config/BuildSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ final class BuildSettings: NSObject {
],
tchapFeatureVideoOverIP: [
"agent.dinum.tchap.gouv.fr",
"agent.education.tchap.gouv.fr"
"agent.education.tchap.gouv.fr",
"agent.tchap.gouv.fr",
"agent.intradef.tchap.gouv.fr"
],
tchapFeatureGeolocationSharing: [
tchapFeatureAnyHomeServer
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1108.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Activer les appels vidéos pour les agents Intradef.

0 comments on commit c0dac9d

Please sign in to comment.