MediaSFU Vue
    Preparing search index...

    Interface CustomMiniCardOptions

    interface CustomMiniCardOptions {
        initials: string;
        fontSize: string;
        customStyle?: boolean;
        name: string;
        showVideoIcon: boolean;
        showAudioIcon: boolean;
        imageSource: string;
        roundedImage: boolean;
        imageStyle?: StyleDictionary;
        parameters?: any;
    }
    Index

    Properties

    initials: string
    fontSize: string
    customStyle?: boolean
    name: string
    showVideoIcon: boolean
    showAudioIcon: boolean
    imageSource: string
    roundedImage: boolean
    imageStyle?: StyleDictionary
    parameters?: any