MediaSFU React Native
    Preparing search index...

    Interface CustomAudioCardOptions

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

    Properties

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