mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-10269: [mod_conference] conference recording pause doesn't work correctly for video #resolve
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user