enum class VideoPauseState
VideoPauseState describes the pause status of a video tile.
Unpaused |
The video tile is not paused |
PausedByUserRequest |
The video tile has been paused by the user, and will only be unpaused if the user requests it to resume. |
PausedForPoorConnection |
The video tile has been paused to save on local downlink bandwidth. When the connection improves, it will be automatically unpaused by the client. User requested pauses will shadow this pause, but if the connection has not recovered on resume the tile will still be paused with this state. |
value |
val value: Int |
from |
fun from(intValue: Int): VideoPauseState? |