WaitingRoomRulesRule

data class WaitingRoomRulesRule(val action: String, val description: String? = null, val enabled: Boolean? = null, val expression: String)

Constructors

Link copied to clipboard
constructor(action: String, description: String? = null, enabled: Boolean? = null, expression: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take when the expression matches. Available values: "bypasswaitingroom".

Link copied to clipboard
val description: String? = null

The description of the rule.

Link copied to clipboard
val enabled: Boolean? = null

When set to true, the rule is enabled.

Link copied to clipboard

Criteria defining when there is a match for the current rule.