AudioUi

data class AudioUi(val id: String, val isEnabled: Boolean = false, val isMutedForYou: Boolean = false)

Audio Ui representation of a audio component on the Ui

Constructors

Link copied to clipboard
constructor(id: String, isEnabled: Boolean = false, isMutedForYou: Boolean = false)

Properties

Link copied to clipboard
val id: String

String audio ui identifier

Link copied to clipboard
val isEnabled: Boolean = false

Boolean flag identifying if the audio ui is enabled, true if enabled, false otherwise

Link copied to clipboard
val isMutedForYou: Boolean = false

Boolean flag identifying if the audio ui is muted for you, true if muted, false otherwise