AudioCardOptions

constructor(name: String, barColor: Int = 0xFFE82E2E.toInt(), textColor: Int = 0xFF191919.toInt(), customStyle: Map<String, Any> = emptyMap(), controlsPosition: String = "topLeft", infoPosition: String = "topRight", participant: Participant, backgroundColor: Int = 0xFF2C678F.toInt(), audioDecibels: List<AudioDecibels> = emptyList(), roundedImage: Boolean = false, imageSource: String = "", showControls: Boolean = true, showInfo: Boolean = true, showWaveform: Boolean = true, waveformColor: Int = 0xFF4CAF50.toInt(), onToggleAudio: AudioControlAction? = null, onToggleVideo: AudioControlAction? = null)