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
Properties
Link copied to clipboard
: String - Attendee Id of the user associated with this tile
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
: Int - Height of video stream content
Link copied to clipboard
: Int - Width of video stream content