Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
21f87a2f
Commit
21f87a2f
authored
10 years ago
by
Emmanuel Lepage Vallee
Committed by
Guillaume Roguez
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
dring: add turn constants
Refs #71564 Change-Id: Ifabc7a4d4b50047e96aae0966f8192efba922904
parent
1124f4ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/dring/account_const.h
+7
-0
7 additions, 0 deletions
src/dring/account_const.h
with
7 additions
and
0 deletions
src/dring/account_const.h
+
7
−
0
View file @
21f87a2f
...
...
@@ -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"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment