nylas
    Preparing search index...

    Interface NotetakerMeetingSettings

    Interface representing Notetaker Meeting Settings

    interface NotetakerMeetingSettings {
        audioRecording: boolean;
        transcription: boolean;
        videoRecording: boolean;
    }
    Index

    Properties

    audioRecording: boolean

    When true, Notetaker records the meeting's audio.

    transcription: boolean

    When true, Notetaker transcribes the meeting's audio. If transcription is true, audioRecording must also be true.

    videoRecording: boolean

    When true, Notetaker records the meeting's video.