FilePresentation

The FilePresentation model gathers information about files presented during conferences. This model is emitted when the presenter changes the state of the presentation. The model includes information about the current state, currently displayed page, and the total number of pages.

Available in the package com.voxeet.sdk.services.presentation.file.FilePresentation.

Properties

state (PresentationState)

The current state of the presentation.


page (int)

The currently displayed page.


nbPage (int)

The number of pages inside the corresponding FilePresentation instance.