Unblu Floating JS API
    Preparing search index...

    Interface Unblu

    The main unblu namespace which gives access to the Unblu API.

    Access:

    window.unblu.floating
    
    interface Unblu {
        floating?: {
            AgentAvailabilityState?: typeof AgentAvailabilityState;
            api: UnbluStaticApi;
            ApiState?: typeof ApiState;
            AuthenticationRole?: typeof AuthenticationRole;
            CallConnectionState?: typeof CallConnectionState;
            CallState?: typeof CallState;
            CollaborationLayerState?: typeof CollaborationLayerState;
            CollaborationLayerType?: typeof CollaborationLayerType;
            ConnectionState?: typeof ConnectionState;
            ConversationMessageTextType?: typeof ConversationMessageTextType;
            ConversationParticipationType?: typeof ConversationParticipationType;
            ConversationRecipientType?: typeof ConversationRecipientType;
            ConversationState?: typeof ConversationState;
            ConversationType?: typeof ConversationType;
            ErrorReason?: typeof ErrorReason;
            MessageType?: typeof MessageType;
            NewConversationRecipientType?: typeof NewConversationRecipientType;
            UnbluErrorType?: typeof UnbluErrorType;
        };
    }
    Index

    Properties

    Properties

    floating?: {
        AgentAvailabilityState?: typeof AgentAvailabilityState;
        api: UnbluStaticApi;
        ApiState?: typeof ApiState;
        AuthenticationRole?: typeof AuthenticationRole;
        CallConnectionState?: typeof CallConnectionState;
        CallState?: typeof CallState;
        CollaborationLayerState?: typeof CollaborationLayerState;
        CollaborationLayerType?: typeof CollaborationLayerType;
        ConnectionState?: typeof ConnectionState;
        ConversationMessageTextType?: typeof ConversationMessageTextType;
        ConversationParticipationType?: typeof ConversationParticipationType;
        ConversationRecipientType?: typeof ConversationRecipientType;
        ConversationState?: typeof ConversationState;
        ConversationType?: typeof ConversationType;
        ErrorReason?: typeof ErrorReason;
        MessageType?: typeof MessageType;
        NewConversationRecipientType?: typeof NewConversationRecipientType;
        UnbluErrorType?: typeof UnbluErrorType;
    }

    Global scope access to the Unblu Floating API namespace.

    Note: This field and its floating.api field will be available as soon as the Unblu Floating API has been loaded, no matter if loaded as script import or as ES-Module. All other fields will only be available if loaded as static script import.

    Type declaration