Other Grid Component Options
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.