VideoTileState

data class VideoTileState(val tileId: Int, val attendeeId: String, var videoStreamContentWidth: Int, var videoStreamContentHeight: Int, var pauseState: VideoPauseState, val isLocalTile: Boolean)

Contains properties related to the current state of the VideoTile

Constructors

Link copied to clipboard
constructor(tileId: Int, attendeeId: String, videoStreamContentWidth: Int, videoStreamContentHeight: Int, pauseState: VideoPauseState, isLocalTile: Boolean)

Properties

Link copied to clipboard

: String - Attendee Id of the user associated with this tile

Link copied to clipboard

Whether the video tile is from screen share

Link copied to clipboard

: Boolean - Whether the video tile is for the local attendee

Link copied to clipboard

: VideoPauseState - The current pause state of the tile

Link copied to clipboard
val tileId: Int

: Int - Unique Id associated with this tile

Link copied to clipboard

: Int - Height of video stream content

Link copied to clipboard

: Int - Width of video stream content