summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-09-20 20:02:18 +0000
committerBenny Prijono <bennylp@teluu.com>2006-09-20 20:02:18 +0000
commitfea1c2e2fd2629ec721f82a45046d19eddbda820 (patch)
tree48689e085b45d935fce06ba043b4f59d1157bac4 /pjsip
parenteba3cc35db92c66e1d99180060a02d008c68f7ca (diff)
Automatically suspend AEC when nothing is connected to the sound port in the bridge, and resume as soon as frames are transmitted.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@731 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 1af7e98b..0a106f47 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -2187,7 +2187,7 @@ struct pjsua_media_config
/**
* Echo canceller tail length, in miliseconds.
*
- * Default: 128 (PJSUA_DEFAULT_EC_TAIL_LEN)
+ * Default: PJSUA_DEFAULT_EC_TAIL_LEN
*/
unsigned ec_tail_len;
};