From fea1c2e2fd2629ec721f82a45046d19eddbda820 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 20 Sep 2006 20:02:18 +0000 Subject: 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 --- pjsip/include/pjsua-lib/pjsua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip/include/pjsua-lib/pjsua.h') 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; }; -- cgit v1.2.3