Sub Aspect Component Options
data class SubAspectComponentOptions(val backgroundColor: Int = 0xFF2C678F.toInt(), val showControls: Boolean = false, val children: List<MediaSfuUIComponent> = emptyList(), val defaultFraction: Double = 0.0)
SubAspectComponent - Sub aspect ratio container for secondary video displays.
Maintains proper aspect ratio for secondary video views or sidebars.
Constructors
Link copied to clipboard
constructor(backgroundColor: Int = 0xFF2C678F.toInt(), showControls: Boolean = false, children: List<MediaSfuUIComponent> = emptyList(), defaultFraction: Double = 0.0)