summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua2
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2015-07-13 07:56:19 +0000
committerLiong Sauw Ming <ming@teluu.com>2015-07-13 07:56:19 +0000
commitae906a72e5e50853aa7f1a370c7ed4d933e35971 (patch)
treeeb60a62f52bd6de609387e7a310145632aa5a53a /pjsip/include/pjsua2
parent4f6e3282805a7ddb564c8a101a1a6b73e9018eef (diff)
Fixed #1867: Add pjsua callback to notify when STUN resolution completes
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5131 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua2')
-rw-r--r--pjsip/include/pjsua2/endpoint.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pjsip/include/pjsua2/endpoint.hpp b/pjsip/include/pjsua2/endpoint.hpp
index 7d71231a..ac97ea89 100644
--- a/pjsip/include/pjsua2/endpoint.hpp
+++ b/pjsip/include/pjsua2/endpoint.hpp
@@ -1181,7 +1181,8 @@ public:
/**
* Callback when the Endpoint has finished performing STUN server
- * checking that is initiated with natCheckStunServers().
+ * checking that is initiated when calling libInit(), or by
+ * calling natCheckStunServers().
*
* @param prm Callback parameters.
*/