PresentationState

The PresentationState model represents all possible presentation states. Each presentation has a "started" state after the creation. The state changes as presented in the following diagram:

  • started -> play

  • started -> pause

  • started -> seek

  • started -> stop

  • play -> pause

  • play -> seek

  • play -> stop

  • pause -> play

  • pause -> seek

  • pause -> stop

  • seek -> pause

  • seek -> play

  • seek -> seek

  • seek -> stop

  • stop -> terminal

Available in the package com.voxeet.sdk.services.presentation.PresentationState.