MediaSFU Angular
    Preparing search index...

    Interface CustomAudioCardProps

    Props structure for custom audio card components

    interface CustomAudioCardProps {
        participant: any;
        showControls?: boolean;
        showInfo?: boolean;
        barColor?: string;
        customStyle?: Record<string, any>;
        parameters?: any;
    }
    Index

    Properties

    participant: any
    showControls?: boolean
    showInfo?: boolean
    barColor?: string
    customStyle?: Record<string, any>
    parameters?: any