FileConversionProgress
To share a file during a conference, FilePresentationService converts the user-provided files into multiple pages (images). 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, number of steps required to convert a file, and ID of the user 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.