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
parent 3341413254
commit c15a7d1f89
4 changed files with 50 additions and 5 deletions
+3 -1
View File
@@ -2659,7 +2659,9 @@ typedef enum {
typedef enum {
SCFC_FLUSH_AUDIO,
SCFC_PAUSE_READ
SCFC_PAUSE_READ,
SCFC_PAUSE_WRITE,
SCFC_RESUME_WRITE
} switch_file_command_t;