amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video / VideoPauseState

VideoPauseState

enum class VideoPauseState

VideoPauseState describes the pause status of a video tile.

Enum Values

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.

Properties

value

val value: Int

Companion Object Functions

from

fun from(intValue: Int): VideoPauseState?