mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
[core] add a flag to tell when video media bugs that touch the write stream are active
This commit is contained in:
committed by
Andrey Volk
parent
b438adc861
commit
79586ea218
@@ -1630,6 +1630,8 @@ typedef enum {
|
||||
CF_WANT_DTLSv1_2,
|
||||
CF_RFC7329_COMPAT,
|
||||
CF_REATTACHED,
|
||||
CF_VIDEO_READ_TAPPED,
|
||||
CF_VIDEO_WRITE_TAPPED,
|
||||
/* WARNING: DO NOT ADD ANY FLAGS BELOW THIS LINE */
|
||||
/* IF YOU ADD NEW ONES CHECK IF THEY SHOULD PERSIST OR ZERO THEM IN switch_core_session.c switch_core_session_request_xml() */
|
||||
CF_FLAG_MAX
|
||||
|
||||
Reference in New Issue
Block a user