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:

NameTypeDescription
idStringThe ID of the converted file.
imageCountIntThe 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.