nylas
    Preparing search index...

    Interface NotetakerRecording

    Interface representing Notetaker media recording information

    interface NotetakerRecording {
        createdAt: number;
        expiresAt: number;
        name: string;
        size: number;
        ttl: number;
        type: string;
        url: string;
    }
    Index

    Properties

    createdAt: number

    When the recording file was uploaded to the storage server, in Unix timestamp format.

    expiresAt: number

    When the recording file will be deleted from the storage server, in Unix timestamp format.

    name: string

    The name of the recording file.

    size: number

    The size of the file, in bytes.

    ttl: number

    Time-to-live in seconds until the recording file will be deleted from Nylas' storage server.

    type: string

    The MIME type of the recording file.

    url: string

    A link to the meeting recording.