• Preparing search index...
  • The search index is not available
AXP Omni SDK
  • AXP Omni SDK
  • @avaya/axp-omni-sdk-calling
  • AxpCallingConversation

Function AxpCallingConversation

  • AxpCallingConversation(): Constructable<AxpConversationCore> & Constructable<AxpCallingConversationTrait>
  • A mixin that adds calling capabilities to the AxpConversationCore class.

    Returns Constructable<AxpConversationCore> & Constructable<AxpCallingConversationTrait>

    A new class that extends the AxpConversationCore class with calling capabilities.

  • AxpCallingConversation<T>(BaseFunctionality): Constructable<AxpCallingConversationTrait> & T
  • A mixin that adds calling capabilities to the provided base class which should be a sub class of AxpConversationCore class.

    Type Parameters

    • T extends Constructable<AxpConversationCore>

    Parameters

    • BaseFunctionality: T

      The base class to extend. The base class must be subclass of AxpConversationCore.

    Returns Constructable<AxpCallingConversationTrait> & T

    A new class that extends the base class with calling capabilities.

Settings

AXP Omni SDK
  • Loading...