Skip to content

Commit

Permalink
feat(voip): enable audio call for finance and diplomatie instances
Browse files Browse the repository at this point in the history
  • Loading branch information
marc.sirisak committed Apr 30, 2024
1 parent b4177c7 commit be2e588
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,11 @@
"feature_email_notification": ["*"],
"feature_thread": [],
"feature_space": [],
"feature_audio_call": ["agent.dinum.tchap.gouv.fr"],
"feature_audio_call": [
"agent.dinum.tchap.gouv.fr",
"agent.diplomatie.tchap.gouv.fr",
"agent.finances.tchap.gouv.fr"
],
"feature_video_call": []
}
}
6 changes: 5 additions & 1 deletion config.prod.lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,11 @@
"feature_email_notification": ["*"],
"feature_thread": ["agent.dinum.tchap.gouv.fr"],
"feature_space": ["agent.dinum.tchap.gouv.fr"],
"feature_audio_call": ["agent.dinum.tchap.gouv.fr"],
"feature_audio_call": [
"agent.dinum.tchap.gouv.fr",
"agent.diplomatie.tchap.gouv.fr",
"agent.finances.tchap.gouv.fr"
],
"feature_video_call": ["agent.dinum.tchap.gouv.fr"]
}
}

0 comments on commit be2e588

Please sign in to comment.