MediaSFU React Native
    Preparing search index...

    Interface CustomMiniCardOptions

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

    Properties

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