data class VideoTileState
Contains properties related to the current state of the VideoTile
<init> |
Contains properties related to the current state of the VideoTile VideoTileState(tileId: Int, attendeeId: String, videoStreamContentWidth: Int, videoStreamContentHeight: Int, pauseState: VideoPauseState, isLocalTile: Boolean) |
attendeeId |
: String - Attendee Id of the user associated with this tile val attendeeId: String |
isContent |
Whether the video tile is from screen share val isContent: Boolean |
isLocalTile |
: Boolean - Whether the video tile is for the local attendee val isLocalTile: Boolean |
pauseState |
: VideoPauseState - The current pause state of the tile var pauseState: VideoPauseState |
tileId |
: Int - Unique Id associated with this tile val tileId: Int |
videoStreamContentHeight |
: Int - Height of video stream content var videoStreamContentHeight: Int |
videoStreamContentWidth |
: Int - Width of video stream content var videoStreamContentWidth: Int |