FlexibleVideoOptions

data class FlexibleVideoOptions(val customWidth: Int, val customHeight: Int, val rows: Int = 1, val columns: Int = 1, val componentsToRender: List<MediaSfuUIComponent> = emptyList(), val backgroundColor: Int = 0xFF2C678F.toInt(), val showAspect: Boolean = false)

FlexibleVideo - Displays a flexible video container that adapts to content.

Automatically adjusts video dimensions based on available space and content aspect ratio.

Constructors

Link copied to clipboard
constructor(customWidth: Int, customHeight: Int, rows: Int = 1, columns: Int = 1, componentsToRender: List<MediaSfuUIComponent> = emptyList(), backgroundColor: Int = 0xFF2C678F.toInt(), showAspect: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val columns: Int = 1
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rows: Int = 1
Link copied to clipboard
val showAspect: Boolean = false