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

Properties

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