FileConversionProgress

The FileConversionProgress model represents the process of converting files into images.
The model includes the current step in the process of converting a file, ID of the converted file, conversion status, the number of steps required to convert a file, and ID of the participant who started the file presentation.

Properties

currentStep

currentStep: number

The current step in the process of converting a file.


fileId

fileId: string

The file ID.


progress

progress: number

The conversion status.


stepCount

stepCount: number

The number of steps required to convert a file.


userId

userId: string

The ID of a user who started a file presentation.