[core] add SEND_RTCP_MESSAGE:

toggle send rtcp events off fire_rtcp_events.
eval most common path first when checking flags.
This commit is contained in:
Ryan Mitchell
2021-09-16 20:17:28 -07:00
committed by Dragos Oancea
parent d24280c700
commit 607f5db140
3 changed files with 9 additions and 5 deletions
+1
View File
@@ -843,6 +843,7 @@ typedef enum {
SWITCH_RTP_FLAG_PASSTHRU,
SWITCH_RTP_FLAG_SECURE_SEND_MKI,
SWITCH_RTP_FLAG_SECURE_RECV_MKI,
SWITCH_RTP_FLAG_AUDIO_FIRE_SEND_RTCP_EVENT,
SWITCH_RTP_FLAG_VIDEO_FIRE_SEND_RTCP_EVENT,
SWITCH_RTP_FLAG_INVALID
} switch_rtp_flag_t;