nylas
    Preparing search index...

    Interface UpdateNotetakerRequest

    Interface representing the request body for updating a Notetaker.

    interface UpdateNotetakerRequest {
        joinTime?: number;
        meetingSettings?: Partial<NotetakerMeetingSettings>;
        name?: string;
    }
    Index

    Properties

    joinTime?: number

    When Notetaker should join the meeting, in Unix timestamp format. If empty, Notetaker joins the meeting immediately. If you provide a time that's in the past, Nylas returns an error.

    meetingSettings?: Partial<NotetakerMeetingSettings>

    Notetaker Meeting Settings

    name?: string

    The display name for the Notetaker bot. Default: Nylas Notetaker