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 file. The model includes the file ID, file name, size, number of images within the converted file, and the ID of the participant who converted the file.
Constructors
constructor
VTFileConverted(id
: String, imageCount
: Int): VTFileConverted
Parameters:
Name | Type | Description |
---|---|---|
id | String | The ID of the converted file. |
imageCount | Int | The number of images within the converted file. |
Returns: VTFileConverted
Properties
id
▸ id: String
The file ID.
imageCount
▸ imageCount: Int
The number of images within the converted file.
name
▸ name : String?
The file name.
ownerID
▸ ownerID : String?
The ID of the participant who converted the file.
size
▸ size : NSNumber?
The size of the converted file.
Updated almost 2 years ago