mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-10269: [mod_conference] conference recording pause doesn't work correctly for video #resolve
This commit is contained in:
committed by
Mike Jerris
parent
6290130011
commit
7c13d0b214
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user