Interface Unblu

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

Access:

window.unblu.floating

Hierarchy

  • Unblu

Properties

Properties

floating?: {
    AgentAvailabilityState?: typeof AgentAvailabilityState;
    CallState?: typeof CallState;
    ConnectionState?: typeof ConnectionState;
    ConversationState?: typeof ConversationState;
    ConversationType?: typeof ConversationType;
    UnbluErrorType?: typeof UnbluErrorType;
    api: UnbluStaticApi;
}

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