RecordingFileTypeMustHaveRegex
A regular expression to restrict the file types to download when processing meeting recordings.
The file type reported in the Zoom API must match the regular expression, otherwise the recording is ignored.
For a list of file types that the Zoom API can return, refer to the Zoom API documentation (see the file_type
field in the response).
Type: | Regular expression |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | RecordingFileTypeMustHaveRegex=MP4
|
See Also: | RecordingFileTypeCantHaveRegex |