Main Grid Component Options
data class MainGridComponentOptions(val height: Int, val width: Int, val backgroundColor: Int = 0xFF2C678F.toInt(), val children: List<MediaSfuUIComponent> = emptyList(), val mainSize: Double = 0.0, val showAspect: Boolean = true, val timeBackgroundColor: Int = 0xFFFFFFFF.toInt(), val showTimer: Boolean = true)
MainGridComponent - Main grid layout for displaying multiple participants.
Manages the primary grid view showing active participants in a meeting.