summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua_internal.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua_internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h
index 877e6b8e..f20b73de 100644
--- a/pjsip/include/pjsua-lib/pjsua_internal.h
+++ b/pjsip/include/pjsua-lib/pjsua_internal.h
@@ -90,6 +90,12 @@ typedef struct pjsua_call
char last_text_buf_[128]; /**< Buffer for last_text. */
+ struct {
+ pj_timer_entry reinv_timer;/**< Reinvite retry timer. */
+ pjmedia_sdp_session *new_sdp;/**< The new SDP offer. */
+ } lock_codec; /**< Data for codec locking when answer
+ contains multiple codecs. */
+
} pjsua_call;