summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2011-12-26 08:57:05 +0000
committerBenny Prijono <bennylp@teluu.com>2011-12-26 08:57:05 +0000
commite4835c6a39ebb52f541f3f842e412e75396a6aa7 (patch)
tree6c9cce764e3b7ba06a88ba0254f0a4161ec1b15f
parent19c0c8289b20c2c65638e50811319e74f6cdb99e (diff)
Re #1234: increase default interval between two INFOs from 500 to 3000 ms
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3920 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 06d9646e..f10d7170 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -335,10 +335,10 @@ typedef struct pjsua_msg_data pjsua_msg_data;
/**
* Interval between two keyframe requests, in milliseconds.
*
- * Default: 500 ms
+ * Default: 3000 ms
*/
#ifndef PJSUA_VID_REQ_KEYFRAME_INTERVAL
-# define PJSUA_VID_REQ_KEYFRAME_INTERVAL 500
+# define PJSUA_VID_REQ_KEYFRAME_INTERVAL 3000
#endif