VideoPresentationState
The VideoPresentationState model represents the statuses of video presentations. All the possible statuses are listed below.
Enumeration members
PAUSED
• PAUSED: = "paused"
Presentation is paused.
PLAYING
• PLAYING: = "playing"
Presentation is playing.
STOPPED
• STOPPED: = "stopped"
Presentation is stopped.