Interface NotetakerRecording

Interface representing Notetaker media recording information

Hierarchy

  • NotetakerRecording

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.

Generated using TypeDoc