summaryrefslogtreecommitdiff
path: root/agent/agent.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2023-01-01 18:29:50 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2023-01-04 14:40:31 -0500
commitb9da8180372bd45aad31231faa63bea34ab67572 (patch)
tree9fb2cf8abadb712b8c7ec9f98704bcfc2e568419 /agent/agent.h
parent24eecfd7f7726f2fc93ed7ac2f03ff5ab36498d4 (diff)
downloadlibnice-b9da8180372bd45aad31231faa63bea34ab67572.tar.gz
agent: Resolve TURN server IP addresses
This should enable having servers that do both IPv4 and IPv6. And ideally should make life easier for app developers.
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 1746b62..a3bdeb3 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -582,7 +582,7 @@ nice_agent_set_port_range (
* @agent: The #NiceAgent Object
* @stream_id: The ID of the stream
* @component_id: The ID of the component
- * @server_ip: The IP address of the TURN server
+ * @server_ip: The address of the TURN server
* @server_port: The port of the TURN server
* @username: The TURN username to use for the allocate
* @password: The TURN password to use for the allocate