Default

@Serializable
data class Default(maxCamStreams: Int?) : StreamingLayout

The default grid layout, which renders participants in a grid (or, in a vertical grid to the right, if a screen share is enabled).

Constructors

Link copied to clipboard
fun Default(maxCamStreams: Int? = null)

Properties

Link copied to clipboard
val maxCamStreams: Int? = null

Specifies how many cameras to include in the grid. Default: 20.