FS-10269: [mod_conference] conference recording pause doesn't work correctly for video #resolve

This commit is contained in:
Anthony Minessale
2017-05-30 16:34:48 -05:00
committed by Mike Jerris
parent 6290130011
commit 7c13d0b214
4 changed files with 50 additions and 5 deletions
+3 -1
View File
@@ -2621,7 +2621,9 @@ typedef enum {
typedef enum {
SCFC_FLUSH_AUDIO,
SCFC_PAUSE_READ
SCFC_PAUSE_READ,
SCFC_PAUSE_WRITE,
SCFC_RESUME_WRITE
} switch_file_command_t;
typedef enum {