Skip to content

Commit

Permalink
Allow Video calls for Education and Agents
Browse files Browse the repository at this point in the history
(cherry picked from commit 75c58fa)
  • Loading branch information
Nicolas Buquet committed Nov 4, 2024
1 parent b376778 commit 42905e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tchap/Config/BuildSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ final class BuildSettings: NSObject {
],
tchapFeatureVideoOverIP: [
"agent.dinum.tchap.gouv.fr",
"agent.education.tchap.gouv.fr"
"agent.education.tchap.gouv.fr",
"agent.tchap.gouv.fr",
],
tchapFeatureGeolocationSharing: [
tchapFeatureAnyHomeServer
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1109.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Permettre les appels vidéos sur Education et Agent.

0 comments on commit 42905e2

Please sign in to comment.