@twilio/flex-sdk
    Preparing search index...

    Interface SdkConnectionState

    Aggregate connection state of the Flex SDK, combining network and all initialized SDKs. SDK fields are "notInitialized" when that SDK has not been started yet.

    interface SdkConnectionState {
        conversations: ConnectionState;
        network: "connected" | "disconnected";
        overall: ConnectionState;
        taskrouter: ConnectionState;
        voice: ConnectionState;
    }
    Index

    Properties

    conversations: ConnectionState
    network: "connected" | "disconnected"
    taskrouter: ConnectionState