diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2016-01-27 18:56:13 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2016-05-30 19:06:43 -0400 |
commit | 7f6ddac880ee07530ae59f4c64a0a17417fb9e24 (patch) | |
tree | d574030613bfde66b1a199847ba4d4136a36f06b /agent/agent-priv.h | |
parent | c69d479edfaeb461ff2bc61cf7257ce0c2d273da (diff) | |
download | libnice-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.h | 1 |
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 */ |