makeTile

open override fun makeTile(tileId: Int, attendeeId: String, videoStreamContentWidth: Int, videoStreamContentHeight: Int, isLocalTile: Boolean): VideoTile

Make a VideoTile

Return

VideoTile to use with VideoTileController

Parameters

tileId

: Int - Tile ID

attendeeId

: String? - Attendee ID

videoStreamContentWidth

: Int - Width of video stream content

videoStreamContentHeight

: Int - Height of video stream content

isLocalTile

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