[core] add a flag to tell when video media bugs that touch the write stream are active

This commit is contained in:
Anthony Minessale
2019-07-24 15:28:04 +00:00
committed by Andrey Volk
parent b438adc861
commit 79586ea218
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -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