Skip to content

FileResponse

Adnan Mujagić edited this page Jun 2, 2023 · 1 revision



id : string

A unique file identifier used to download or delete the file from the cloud using WebRTC Files API.

name : string

The name of the uploaded file.

size : number

The size of the uploaded file (in bytes).

fileFormat : FileFormat

The format of the uploaded file (currently supported formats are PNG and JPEG).

creationTime : Date

Represents the date and time at which the file was created.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally