MediaSFU Angular
    Preparing search index...

    Interface AudioCardCustomOptions

    Options for AudioCard custom component injection

    interface AudioCardCustomOptions {
        customInfoComponent?: CustomComponentType<any>;
        customControlsComponent?: CustomComponentType<any>;
        customAudioCardComponent?: CustomComponentType<any>;
    }
    Index

    Properties

    customInfoComponent?: CustomComponentType<any>

    Custom info overlay component

    customControlsComponent?: CustomComponentType<any>

    Custom controls overlay component

    customAudioCardComponent?: CustomComponentType<any>

    Custom entire audio card wrapper