MediaSFU Angular
    Preparing search index...

    Interface CustomVideoCardProps

    Props structure for custom video card components

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

    Properties

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