AudioUi

data class AudioUi(val id: String, val isEnabled: Boolean = false, val isMutedForYou: Boolean = false, val isSpeaking: 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, isSpeaking: 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

Link copied to clipboard
val isSpeaking: Boolean = false

Boolean parameter indicating that the owner of the audio ui instance, represented by a call participant, is speaking or not