-
Notifications
You must be signed in to change notification settings - Fork 0
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.