VTFileConverted
To share a file during a conference, the FilePresentationService converts the user-provided file into multiple pages (images). The VTFileConverted model represents the converted files. It includes the file ID, name, size, number of images inside the file, and the ID of the file owner.
Constructors
constructor
+ VTFileConverted(id
: String, imageCount
: Int): VTFileConverted
Parameters:
Name | Type |
---|---|
id | String |
imageCount | Int |
Returns: VTFileConverted
Properties
id
▸ id: String
The file ID.
imageCount
▸ imageCount: Int
The number of images inside the file.
name
▸ name : String?
The file name.
ownerID
▸ ownerID : String?
The ID of the file owner.
size
▸ size : NSNumber?
The size of the converted file.