Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ChannelIntegrationState

    interface ChannelIntegrationState {
        description?: string;
        status: "PENDING" | "ACTIVE" | "FAILING";
    }
    Index

    Properties

    Properties

    description?: string

    Description in case the integration fails.

    status: "PENDING" | "ACTIVE" | "FAILING"

    Pending - initial status when the channel has been activated in the front-end. Active - credentials have been successfully validated and exchanged for a long-lived token. This status is used by default for channels in which the credential can't be validated. Failed - failed to validate credentials and acquire a long-lived token.