RecordingFileTypeCantHaveRegex
A regular expression to restrict the file types to download when processing meeting recordings.
If the file type reported in the Zoom API matches the regular expression, 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: | RecordingFileTypeCantHaveRegex=CHAT|CC|CSV|SUMMARY
|
See Also: | RecordingFileTypeMustHaveRegex |