abstract fun makeTile(tileId: Int, attendeeId: String, videoStreamContentWidth: Int, videoStreamContentHeight: Int, isLocalTile: Boolean): VideoTile
Make a VideoTile
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
Return
VideoTile to use with VideoTileController