summaryrefslogtreecommitdiff
path: root/agent/agent-priv.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2016-01-27 18:56:13 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-05-30 19:06:43 -0400
commit7f6ddac880ee07530ae59f4c64a0a17417fb9e24 (patch)
treed574030613bfde66b1a199847ba4d4136a36f06b /agent/agent-priv.h
parentc69d479edfaeb461ff2bc61cf7257ce0c2d273da (diff)
downloadlibnice-7f6ddac880ee07530ae59f4c64a0a17417fb9e24.tar.gz
agent: Add force-relay property to force messages through the relay
This allows implementing WebRTC privacy mode.
Diffstat (limited to 'agent/agent-priv.h')
-rw-r--r--agent/agent-priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/agent-priv.h b/agent/agent-priv.h
index 9b7bdba..d66a9ef 100644
--- a/agent/agent-priv.h
+++ b/agent/agent-priv.h
@@ -130,6 +130,7 @@ struct _NiceAgent
gboolean controlling_mode; /* property: controlling-mode */
guint timer_ta; /* property: timer Ta */
guint max_conn_checks; /* property: max connectivity checks */
+ gboolean force_relay; /* property: force relay */
GSList *local_addresses; /* list of NiceAddresses for local
interfaces */