MainScreenComponentOptions

data class MainScreenComponentOptions(val children: List<MediaSfuUIComponent> = emptyList(), val backgroundColor: Int = 0xFF2C678F.toInt(), val mainSize: Double = 1.0, val showAspect: Boolean = true, val updateComponentSizes: (Map<String, Any>) -> Unit? = null)

MainScreenComponent - Main screen container for primary content display.

Contains the main content area for video, screen sharing, or other primary views.

Constructors

Link copied to clipboard
constructor(children: List<MediaSfuUIComponent> = emptyList(), backgroundColor: Int = 0xFF2C678F.toInt(), mainSize: Double = 1.0, showAspect: Boolean = true, updateComponentSizes: (Map<String, Any>) -> Unit? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mainSize: Double = 1.0
Link copied to clipboard
val showAspect: Boolean = true
Link copied to clipboard
val updateComponentSizes: (Map<String, Any>) -> Unit? = null