From 7cc2ab13d09b3b6c4d3d8a871952aec12ebbe94a Mon Sep 17 00:00:00 2001 From: Soroush mohammadi Date: Tue, 24 Dec 2024 07:17:28 +0000 Subject: [PATCH] add document --- pjsip/include/pjsua-lib/pjsua.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 4ef0548504..7feb9fc821 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -2369,7 +2369,13 @@ typedef struct pjsua_config */ pjsua_sip_timer_use use_timer; - + /** + * Specify the usage of SIPREC sessions. See the + * #pjsua_sip_siprec_use for possible values. Note that this setting can be + * further customized in account configuration (#pjsua_acc_config). + * + * Default: PJSUA_SIP_SIPREC_INACTIVE + */ pjsua_sip_siprec_use use_siprec; /** @@ -4094,6 +4100,12 @@ typedef struct pjsua_acc_config */ pjsua_sip_timer_use use_timer; + /** + * Specify the usage of SIPREC sessions. See the + * #pjsua_sip_siprec_use for possible values. + * + * Default: PJSUA_SIP_SIPREC_INACTIVE + */ pjsua_sip_siprec_use use_siprec; /**