FlowSilentAudio

data class FlowSilentAudio(val state: FlowSilentAudioState? = null, val thresholdSeconds: Int? = null)

Configures settings for the SilentAudio metric.

Constructors

Link copied to clipboard
constructor(state: FlowSilentAudioState? = null, thresholdSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the SilentAudio metric is enabled or disabled.

Link copied to clipboard
val thresholdSeconds: Int? = null

Specifies the number of consecutive seconds of silence that triggers an event or alert.