MediaSFU Angular
    Preparing search index...

    Interface ComponentInjectionConfig

    Component injection configuration

    interface ComponentInjectionConfig {
        enabled: boolean;
        overrideDefaults: boolean;
        fallbackToDefault: boolean;
    }
    Index

    Properties

    enabled: boolean

    Enable/disable custom component injection

    overrideDefaults: boolean

    Override default components with custom ones

    fallbackToDefault: boolean

    Fallback to default if custom component fails