MediaSFU Angular
    Preparing search index...

    Interface VideoCardCustomOptions

    Options for VideoCard custom component injection

    interface VideoCardCustomOptions {
        customInfoComponent?: CustomComponentType<any>;
        customControlsComponent?: CustomComponentType<any>;
        customVideoCardComponent?: CustomComponentType<any>;
    }
    Index

    Properties

    customInfoComponent?: CustomComponentType<any>

    Custom info overlay component

    customControlsComponent?: CustomComponentType<any>

    Custom controls overlay component

    customVideoCardComponent?: CustomComponentType<any>

    Custom entire video card wrapper