Skip to content
Snippets Groups Projects
Commit 21f87a2f authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee Committed by Guillaume Roguez
Browse files

dring: add turn constants

Refs #71564

Change-Id: Ifabc7a4d4b50047e96aae0966f8192efba922904
parent 1124f4ce
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,13 @@ constexpr static const char ENABLED [] = "STUN.enable";
} //namespace DRing::Account::ConfProperties::STUN
namespace TURN {
constexpr static const char SERVER [] = "TURN.server";
constexpr static const char ENABLED [] = "TURN.enable";
} //namespace DRing::Account::ConfProperties::TURN
namespace Presence {
constexpr static const char SUPPORT_PUBLISH [] = "Account.presencePublishSupported";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment