AudioGridOptions

data class AudioGridOptions(val participants: List<Participant>, val audioDecibels: List<AudioDecibels> = emptyList(), val backgroundColor: Int = 0xFF000000.toInt(), val columnsPerRow: Int = 4, val showControls: Boolean = true, val customAudioCardComponent: (AudioCardOptions) -> AudioCard? = null)

AudioGrid - Displays a grid of audio-only participants.

Arranges multiple audio cards in a responsive grid layout, showing waveform animations for active speakers.

Constructors

Link copied to clipboard
constructor(participants: List<Participant>, audioDecibels: List<AudioDecibels> = emptyList(), backgroundColor: Int = 0xFF000000.toInt(), columnsPerRow: Int = 4, showControls: Boolean = true, customAudioCardComponent: (AudioCardOptions) -> AudioCard? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val showControls: Boolean = true