mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
[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:
committed by
Dragos Oancea
parent
d24280c700
commit
607f5db140
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user