RecordingTypeCantHaveRegex
A regular expression to restrict the recording types to download when processing meeting recordings.
If the recording type reported in the Zoom API matches the regular expression, the recording is ignored.
For a list of recording types that the Zoom API can return, refer to the Zoom API documentation (see the recording_type
field in the response).
Type: | Regular expression |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | RecordingTypeCantHaveRegex=speaker_view
|
See Also: | RecordingTypeMustHaveRegex |