Class UploadArgs

Options specifying the media file to be uploaded.

Implements

Constructors

Properties

Constructors

Properties

id?: string

The id allocated to the media file to be uploaded.

media?: string | ArrayBuffer

The media file to be uploaded.

size?: number

The size (in bytes) of the media file to be uploaded.

The size must be <= 5242880 bytes.