Flexible Grid Options
constructor(customWidth: Int, customHeight: Int, rows: Int, columns: Int, componentsToRender: List<MediaSfuUIComponent>, backgroundColor: Int = 0xFF2C678F.toInt(), participants: List<Participant> = emptyList(), showAspect: Boolean = true, cardWidthOverride: Int? = null, cardHeightOverride: Int? = null, horizontalSpacingDp: Int = 0, verticalSpacingDp: Int = 0)