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 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.

Properties

id

id: string

The file ID.


imageCount

Optional imageCount: number

The number of images within the converted file.


name

Optional name: string

The file name.


ownerId

Optional ownerId: string

The ID of the participant who converted the file.


size

Optional size: number

The size of the converted file.