Interface CreateNotetakerRequest

Interface representing the request body for creating a Notetaker.

Hierarchy

  • CreateNotetakerRequest

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.

meetingLink: string

A meeting invitation link that Notetaker uses to join the meeting.

meetingSettings?: Partial<NotetakerMeetingSettings>

Notetaker Meeting Settings

name?: string

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

Generated using TypeDoc