summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 55dca05a..9fb84ea7 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -5661,6 +5661,17 @@ struct pjsua_media_config
* Default: PJ_FALSE
*/
pj_bool_t no_smart_media_update;
+
+ /**
+ * Omit RTCP SDES and BYE in outgoing RTCP packet, this setting will be
+ * applied for both audio and video streams. Note that, when RTCP SDES
+ * and BYE are set to be omitted, RTCP SDES will still be sent once when
+ * the stream starts/stops and RTCP BYE will be sent once when the stream
+ * stops.
+ *
+ * Default: PJ_FALSE
+ */
+ pj_bool_t no_rtcp_sdes_bye;
};