MiniAudioOptions

data class MiniAudioOptions(val name: String, val visible: Boolean = true, val showWaveform: Boolean = true, val customStyle: Map<String, Any> = emptyMap(), val backgroundColor: Int = 0xFF2C678F.toInt(), val imageSource: String = "", val roundedImage: Boolean = true, val audioDecibels: List<AudioDecibels> = emptyList())

MiniAudio - Displays a mini audio card for compact participant view.

Shows minimal participant info with audio indicator for compact layouts.

Constructors

Link copied to clipboard
constructor(name: String, visible: Boolean = true, showWaveform: Boolean = true, customStyle: Map<String, Any> = emptyMap(), backgroundColor: Int = 0xFF2C678F.toInt(), imageSource: String = "", roundedImage: Boolean = true, audioDecibels: List<AudioDecibels> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roundedImage: Boolean = true
Link copied to clipboard
val showWaveform: Boolean = true
Link copied to clipboard
val visible: Boolean = true