MediaSFU Vue
    Preparing search index...

    Interface CustomAudioCardOptions

    interface CustomAudioCardOptions {
        name: string;
        barColor: boolean;
        textColor: string;
        imageSource: string;
        roundedImage: boolean;
        imageStyle?: StyleDictionary;
        parameters?: any;
    }
    Index

    Properties

    name: string
    barColor: boolean
    textColor: string
    imageSource: string
    roundedImage: boolean
    imageStyle?: StyleDictionary
    parameters?: any