MediaSFU ReactJS
    Preparing search index...

    Interface MiniCardAudioOptions

    interface MiniCardAudioOptions {
        customStyle?: CSSProperties;
        name: string;
        showWaveform: boolean;
        overlayPosition?: string;
        barColor?: string;
        textColor?: string;
        imageSource?: string;
        roundedImage?: boolean;
        imageStyle?: CSSProperties;
    }
    Index

    Properties

    customStyle?: CSSProperties
    name: string
    showWaveform: boolean
    overlayPosition?: string
    barColor?: string
    textColor?: string
    imageSource?: string
    roundedImage?: boolean
    imageStyle?: CSSProperties