ReUpdateInterOptions

data class ReUpdateInterOptions(val name: String, val add: Boolean = false, val force: Boolean = false, val average: Double = 127.0, val parameters: ReUpdateInterParameters)

Options for re-updating interactions.

Constructors

Link copied to clipboard
constructor(name: String, add: Boolean = false, force: Boolean = false, average: Double = 127.0, parameters: ReUpdateInterParameters)

Properties

Link copied to clipboard
val add: Boolean = false

Determines if a stream should be added to the layout

Link copied to clipboard
val average: Double = 127.0

Audio loudness average for determining active speakers

Link copied to clipboard
val force: Boolean = false

Forces the removal of a stream if true

Link copied to clipboard

Name of the participant whose stream might be updated

Link copied to clipboard

Parameters containing configuration settings