summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 1ed8f3af..fe778be6 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -186,6 +186,10 @@ struct pjsua
pj_bool_t auto_loop; /**< Auto loop RTP stream? */
pj_bool_t auto_conf; /**< Auto put to conference? */
+ /* Codec arguments: */
+ int codec_cnt; /**< Number of --add-codec args. */
+ pj_str_t codec_arg[32]; /**< Array of --add-codec args. */
+ pj_status_t (*codec_deinit[32])(void); /**< Array of funcs. */
/* User Agent behaviour: */
int auto_answer; /**< Automatically answer in calls. */