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