MediaSFU Angular
    Preparing search index...

    Interface MiniAudioOptions

    interface MiniAudioOptions {
        visible?: boolean;
        customStyle?: any;
        name?: string;
        showWaveform?: boolean;
        overlayPosition?: string;
        barColor?: string;
        textColor?: string;
        nameTextStyling?: any;
        imageSource?: string;
        roundedImage?: boolean;
        imageStyle?: any;
    }
    Index

    Properties

    visible?: boolean
    customStyle?: any
    name?: string
    showWaveform?: boolean
    overlayPosition?: string
    barColor?: string
    textColor?: string
    nameTextStyling?: any
    imageSource?: string
    roundedImage?: boolean
    imageStyle?: any