MediaSFU Angular
    Preparing search index...

    Interface CustomMiniCardProps

    Props structure for custom mini card components

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

    Properties

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