MediaSFU Angular
    Preparing search index...

    Class UIOverrideResolverService

    UI Override Resolver Service

    This service manages the resolution and application of UI overrides throughout MediaSFU. It provides methods to:

    • Check if a component has an override
    • Resolve the appropriate component to render
    • Wrap functions with custom logic
    • Apply function overrides
    Index

    Constructors

    Methods

    • Create a component instance with potential override

      Type Parameters

      • T

      Parameters

      • viewContainerRef: ViewContainerRef

        The view container to create the component in

      • key: keyof MediasfuUICustomOverrides

        The component key

      • defaultComponent: Type$1<T>

        The default component type

      • Optionalinjector: Injector

        Optional custom injector

      Returns ComponentRef$1<T>

      The created component reference