AutoAdjustOptions

data class AutoAdjustOptions(val n: Int, val eventType: Any?, val shareScreenStarted: Boolean, val shared: Boolean)

Options for adjusting layout ratios based on active participants and event context.

Constructors

Link copied to clipboard
constructor(n: Int, eventType: Any?, shareScreenStarted: Boolean, shared: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val n: Int
Link copied to clipboard
Link copied to clipboard