@vectorize-io/vectorize-client
    Preparing search index...

    Interface ZOOMADMINConfig

    Configuration for Zoom Admin connector

    ZOOMADMINConfig

    interface ZOOMADMINConfig {
        endDate?: Date;
        maxMeetings?: number;
        participantFilter?: string;
        participantFilterType: string;
        startDate: Date;
        titleFilter?: string[];
        userEmails?: string[];
    }
    Index

    Properties

    endDate?: Date

    End Date. Include meetings up to this date only. Example: Enter a date: Example 2023-12-31

    ZOOMADMINConfig

    maxMeetings?: number

    Maximum Meetings. Leave blank for no limit, or specify a maximum number. Example: Enter maximum number of meetings to retrieve (leave blank for no limit)

    ZOOMADMINConfig

    participantFilter?: string

    Participant Filter (Admin Only). Only include meetings with these participants (requires admin permissions). Example: Enter participant email or name

    ZOOMADMINConfig

    participantFilterType: string

    ZOOMADMINConfig

    startDate: Date

    Start Date. Include meetings from this date forward. Example: Enter a date: Example 2023-12-31

    ZOOMADMINConfig

    titleFilter?: string[]

    Title Filter. Only include meetings containing any of these keywords in the title. Example: Enter meeting title keywords

    ZOOMADMINConfig

    userEmails?: string[]

    Recording hosts. Specify user emails to automatically fetch their meeting recordings. When not provided, all users in the account will be processed.. Example: Enter user email addresses

    ZOOMADMINConfig