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

    Interface ZOOMConfig

    Configuration for Zoom connector

    ZOOMConfig

    interface ZOOMConfig {
        endDate?: Date;
        maxMeetings?: number;
        startDate: Date;
        titleFilter?: string[];
    }
    Index

    Properties

    endDate?: Date

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

    ZOOMConfig

    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)

    ZOOMConfig

    startDate: Date

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

    ZOOMConfig

    titleFilter?: string[]

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

    ZOOMConfig