FileConverted
To share a file during a conference, the FilePresentationService converts the user-provided file into multiple pages (images). The FileConverted model represents the converted files. It includes the file ID, name, size, type, URL, number of images inside the file, and the ID of the file owner.
Constructors
constructor
+ new FileConverted(id
: string, imageCount
: number): FileConverted
Parameters:
Name | Type |
---|---|
id | string |
imageCount | number |
Returns: FileConverted
Properties
id
• id: string
The file Id.
imageCount
• imageCount: number
The number of images inside the file.
Optional
name
• name? : string
The file name.
Optional
ownerId
• ownerId? : string
The file owner id.
Optional
size
• size? : number
The file size.