UserSetting

Describes an action and whether the action is enabled or disabled for users during their streaming sessions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action that is enabled or disabled.

Link copied to clipboard

Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.

Link copied to clipboard

Indicates whether the action is enabled or disabled.

Functions

Link copied to clipboard
inline fun copy(block: UserSetting.Builder.() -> Unit = {}): UserSetting
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String