OtherGridComponentOptions

data class OtherGridComponentOptions(val height: Int, val width: Int, val backgroundColor: Int = 0xFF2C678F.toInt(), val children: List<MediaSfuUIComponent> = emptyList(), val gridSize: Double = 0.0, val showAspect: Boolean = true)

OtherGridComponent - Secondary grid for additional participants.

Displays overflow participants in a compact grid layout.

Constructors

Link copied to clipboard
constructor(height: Int, width: Int, backgroundColor: Int = 0xFF2C678F.toInt(), children: List<MediaSfuUIComponent> = emptyList(), gridSize: Double = 0.0, showAspect: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val gridSize: Double = 0.0
Link copied to clipboard
val height: Int
Link copied to clipboard
val showAspect: Boolean = true
Link copied to clipboard
val width: Int