Card Video Display Options
constructor(videoStream: MediaStream?, remoteProducerId: String = "", eventType: String = "", forceFullDisplay: Boolean = false, customStyle: Map<String, Any> = emptyMap(), backgroundColor: Int = 0xFF2C678F.toInt(), doMirror: Boolean = false, displayLabel: String = "", showControls: Boolean = false, showInfo: Boolean = true, controlsPosition: String = "topLeft", infoPosition: String = "topRight", participant: Participant? = null, onAudioToggle: (Participant) -> Unit? = null, onVideoToggle: (Participant) -> Unit? = null, audioDecibels: List<AudioDecibels> = emptyList(), barColor: Int = 0xFFE82E2E.toInt())