Skip to content

Commit

Permalink
add document
Browse files Browse the repository at this point in the history
  • Loading branch information
sorooshm78 committed Dec 24, 2024
1 parent 81a10de commit 7cc2ab1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pjsip/include/pjsua-lib/pjsua.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down Expand Up @@ -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;

/**
Expand Down

0 comments on commit 7cc2ab1

Please sign in to comment.