-
Notifications
You must be signed in to change notification settings - Fork 1
FileResponse
Ajša Terko edited this page Jan 30, 2025
·
2 revisions
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.