Default

@Serializable
@SerialName(value = "default")
data class Default(val maxCamStreams: Int? = null) : 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
constructor(maxCamStreams: Int? = null)

Properties

Link copied to clipboard
val maxCamStreams: Int? = null

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